Searched defs:param (Results 1 – 2 of 2) sorted by relevance
37 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam()66 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam()81 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler()
861 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam()901 struct sched_param param; in pthread_setschedprio() local978 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam()
Completed in 19 milliseconds