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 *);
struct sched_param * __restrict);
const struct sched_param * __restrict);
const struct sched_param * __restrict schedparam)
struct sched_param * __restrict schedparam)
sched_setparam(pid_t pid, const struct sched_param *param)
struct sched_param sp;
memset(&sp, 0, sizeof(struct sched_param));
sched_getparam(pid_t pid, struct sched_param *param)
sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
struct sched_param sp;
memset(&sp, 0, sizeof(struct sched_param));
struct sched_param sp;
struct sched_param * __restrict);
int pthread_setschedparam(pthread_t, int, const struct sched_param *);
struct sched_param * __restrict);
const struct sched_param * __restrict);
const struct sched_param *param)
struct sched_param *param)
_sched_setparam(pid_t a, lwpid_t b, int c, const struct sched_param *d)
_sched_getparam(pid_t a, lwpid_t b, int *c, struct sched_param *d)
struct sched_param ptap_sp;
struct sched_param sp;
pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param)
const struct sched_param *param)
struct sched_param sp;
memcpy(&sp, param, sizeof(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 *native_params)
sched_native2freebsd(int native_policy, const struct sched_param *native_params,
syscallarg(const struct sched_param *) sp;
int *native_policy, struct sched_param *native_params)
sched_native2linux(int native_policy, struct sched_param *native_params,
struct sched_param sp;
struct sched_param sp;
struct sched_param sp;
NETBSD32TOP_UAP(params, const struct sched_param *);
NETBSD32TOP_UAP(params, struct sched_param *);
const struct sched_param *params)
struct sched_param params;
struct sched_param *params)
struct sched_param lparams;
struct sched_param params;
int _sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);
int _sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
int do_sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
int do_sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);
struct sched_param sa_schedparam;
syscallarg(const struct sched_param *) params;
syscallarg(struct sched_param *) params;
struct sched_param sp, child_sp;
struct sched_param param;
struct sched_param sp;
struct sched_param sp;
struct sched_param param;
struct sched_param sched;
struct sched_param s1, s2;
struct sched_param *sp, cpuset_t *cpuset)
struct sched_param sp;
static void sched_set(pid_t, lwpid_t, int, struct sched_param *, cpuset_t *);
struct sched_param *sp;
sp = calloc(1, sizeof(struct sched_param));