Searched defs:policy (Results 1 – 5 of 5) sorted by relevance
23 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy()
23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy()
23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam()
23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam()
26 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler()
Completed in 4 milliseconds