Searched defs:sched_getparam (Results 1 – 5 of 5) sorted by relevance
5 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
6 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() function
43 #define sched_getparam(pid, param) \ macro
65 int (*sched_getparam)(pid_t pid, struct sched_param *param); member