Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 4 of 4) sorted by relevance

/components/libc/posix/pthreads/
A Dsched.c20 int sched_get_priority_min(int policy) in sched_get_priority_min()
29 int sched_get_priority_max(int policy) in sched_get_priority_max()
38 int sched_setscheduler(pid_t pid, int policy) in sched_setscheduler()
A Dpthread_attr.c184 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) in pthread_attr_setschedpolicy()
214 int pthread_attr_getschedpolicy(pthread_attr_t const *attr, int *policy) in pthread_attr_getschedpolicy()
A Dpthread.c822 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam()
875 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam()
/components/lwp/
A Dlwp_syscall.c8883 sysret_t sys_sched_get_priority_max(int policy) in sys_sched_get_priority_max()
8908 sysret_t sys_sched_get_priority_min(int policy) in sys_sched_get_priority_min()
8938 sysret_t sys_sched_setscheduler(int tid, int policy, void *param) in sys_sched_setscheduler()

Completed in 29 milliseconds