Searched refs:policy (Results 1 – 6 of 6) sorted by relevance
/sysdeps/htl/ |
A D | pt-attr-setschedpolicy.c | 23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy() argument 25 switch (policy) in __pthread_attr_setschedpolicy() 28 attr->__schedpolicy = policy; in __pthread_attr_setschedpolicy()
|
A D | pt-attr-getschedpolicy.c | 23 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy() argument 25 *policy = attr->__schedpolicy; in __pthread_attr_getschedpolicy()
|
A D | pt-getschedparam.c | 23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam() argument 26 *policy = SCHED_OTHER; in __pthread_getschedparam()
|
A D | pt-setschedparam.c | 23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam() argument
|
/sysdeps/mach/hurd/ |
A D | sched_sets.c | 26 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler() argument 28 switch (policy) in __sched_setscheduler()
|
/sysdeps/nptl/ |
A D | pthreadP.h | 337 extern int __pthread_getschedparam (pthread_t thread_id, int *policy, 340 extern int __pthread_setschedparam (pthread_t thread_id, int policy, 381 int *policy); 382 extern int __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy);
|
Completed in 6 milliseconds