sched_param
struct sched_param * __restrict);
const struct sched_param * __restrict);
struct sched_param * __restrict);
int pthread_setschedparam(pthread_t, int, const struct sched_param *)
const struct sched_param * __restrict);
struct sched_param;
struct sched_param * __restrict);
struct sched_param * __restrict schedparam)
const struct sched_param * __restrict schedparam)
struct sched_param sa_schedparam;
struct sched_param * __restrict param)
const struct sched_param * __restrict param)
struct sched_param param;
struct sched_param * __restrict param)
struct sched_param *param)
_schedparam_to_rtp(int policy, const struct sched_param *param,
_thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param)
_thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param)
int _thr_getscheduler(lwpid_t, int *, struct sched_param *);
int _thr_setscheduler(lwpid_t, int, const struct sched_param *);
struct sched_param *param);
int _schedparam_to_rtp(int policy, const struct sched_param *param,
struct sched_param param;
const struct sched_param *param)
struct sched_param param = { .sched_priority = 1 };
int policy, const struct sched_param *param)
struct sched_param sparam = {.sched_priority = 1};
struct sched_param sched_param;
copyin(uap->param, &sched_param, sizeof(sched_param));
(const struct sched_param *)&sched_param);
struct sched_param sched_param;
lp, &sched_param);
copyout(&sched_param, uap->param, sizeof(sched_param));
struct sched_param sched_param;
copyin(uap->param, &sched_param, sizeof(sched_param));
(const struct sched_param *)&sched_param);
struct lwp *lp, const struct sched_param *param)
struct lwp *lp, struct sched_param *param)
struct lwp *lp, int policy, const struct sched_param *param)
struct lwp *, const struct sched_param *);
struct lwp *, struct sched_param *);
struct lwp *, int, const struct sched_param *);
int sched_setparam(pid_t, const struct sched_param *);
int sched_getparam(pid_t, struct sched_param *);
int sched_setscheduler(pid_t, int, const struct sched_param *);
const struct sched_param * param; char param_[PAD_(const struct sched_param *)];
struct sched_param * param; char param_[PAD_(struct sched_param *)];
const struct sched_param * param; char param_[PAD_(const struct sched_param *)];
struct sched_param sp;
struct sched_param sp;
struct sched_param sp;
struct sched_param sp;
struct sched_param sp;
struct sched_param param;
struct sched_param param;
struct sched_param param;
struct sched_param fifo_param;
int sched_is(int line, struct sched_param *p, int shouldbe)
struct sched_param param;
int sched_is(int line, struct sched_param *, int);
struct sched_param;
struct sched_param rt_param;
struct sched_param orig_param, shouldbe;
struct sched_param set, got;