Lines Matching refs:int
9 element {struct sched_param} int sched_priority
11 optional-element {struct sched_param} int sched_ss_low_priority
14 optional-element {struct sched_param} int sched_ss_max_repl
30 function int sched_get_priority_max (int)
31 function int sched_get_priority_min (int)
32 function int sched_getparam (pid_t, struct sched_param*)
33 function int sched_getscheduler (pid_t)
34 function int sched_rr_get_interval (pid_t, struct timespec*)
35 function int sched_setparam (pid_t, const struct sched_param*)
36 function int sched_setscheduler (pid_t, int, const struct sched_param*)
37 function int sched_yield (void)