HomeSort by: relevance | last modified time | path
    Searched defs:sched_param (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
sched.h 81 struct sched_param { struct
126 int _sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);
127 int _sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
281 int do_sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
282 int do_sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);

Completed in 12 milliseconds