Query: sched_setscheduler
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCHED_SETSCHEDULER(9) Driver Basics SCHED_SETSCHEDULER(9)NAMEsched_setscheduler - change the scheduling policy and/or RT priority of a thread.SYNOPSISint sched_setscheduler(struct task_struct * p, int policy, struct sched_param * param);ARGUMENTSp the task in question. policy new policy. param structure containing the new RT priority.DESCRIPTIONNOTE that the task may be already dead.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCHED_SETSCHEDULER(9)
| Related Man Pages |
|---|
| sched_setscheduler(3) - linux |
| sched_getscheduler(2) - debian |
| pthread_getschedparam(3c) - sunos |
| sched_setscheduler(3p) - mojave |
| sched_setscheduler(3p) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| error "Invalid argument" returned after call sched_setscheduler |