Searched defs:sched_param (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsched.h39 struct sched_param { struct
59 int sched_getparam(pid_t, struct sched_param *);
60 int sched_setparam(pid_t, const struct sched_param *);
62 int sched_setscheduler(pid_t, int, const struct sched_param *);

Completed in 56 milliseconds