sched_param
struct sched_param param;
struct sched_param param;
struct sched_param param;
struct sched_param param;
const struct sched_param *_RESTRICT_KYWD);
struct sched_param *_RESTRICT_KYWD);
extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
struct sched_param *_RESTRICT_KYWD);
int sched_getparam(pid_t, struct sched_param *);
int sched_setparam(pid_t, const struct sched_param *);
int sched_setscheduler(pid_t, int, const struct sched_param *);
const struct sched_param *_RESTRICT_KYWD schedparam);
struct sched_param *_RESTRICT_KYWD schedparam);
extern id_t getparam(idtype_t, id_t, int *, struct sched_param *);
sched_setparam(pid_t pid, const struct sched_param *param)
getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param)
sched_getparam(pid_t pid, struct sched_param *param)
sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
const struct sched_param *param)
struct sched_param *param)
pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param)
struct sched_param param;
int policy, const struct sched_param *param)
struct sched_param param;
const struct sched_param *schedparam)
struct sched_param *schedparam)
struct sched_param oparam, nparam;