1SCHED_SETSCHEDULER(9)            Driver Basics           SCHED_SETSCHEDULER(9)
2
3
4

NAME

6       sched_setscheduler - change the scheduling policy and/or RT priority of
7       a thread.
8

SYNOPSIS

10       int sched_setscheduler(struct task_struct * p, int policy,
11                              struct sched_param * param);
12

ARGUMENTS

14       p
15           the task in question.
16
17       policy
18           new policy.
19
20       param
21           structure containing the new RT priority.
22

DESCRIPTION

24       NOTE that the task may be already dead.
25
27Kernel Hackers Manual 2.6.       November 2011           SCHED_SETSCHEDULER(9)
Impressum