Home
last modified time | relevance | path

Searched defs:param (Results 1 – 2 of 2) sorted by relevance

/lib/posix/options/
A Dsched.c37 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()
A Dpthread.c861 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam()
901 struct sched_param param; in pthread_setschedprio() local
978 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam()

Completed in 19 milliseconds