Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 6 of 6) sorted by relevance

/sysdeps/htl/
A Dpt-attr-setschedpolicy.c23 __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 Dpt-attr-getschedpolicy.c23 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy() argument
25 *policy = attr->__schedpolicy; in __pthread_attr_getschedpolicy()
A Dpt-getschedparam.c23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam() argument
26 *policy = SCHED_OTHER; in __pthread_getschedparam()
A Dpt-setschedparam.c23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam() argument
/sysdeps/mach/hurd/
A Dsched_sets.c26 __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 DpthreadP.h337 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