Name

sched_setscheduler — change the scheduling policy and/or RT priority of

Synopsis

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

Arguments

p

the task in question.

policy

new policy.

param

structure containing the new RT priority.

Description

a thread.