sched_setscheduler(9) suse man page | unix.com

Man Page: sched_setscheduler

Operating Environment: suse

Section: 9

SCHED_SETSCHEDULER(9)						   Driver Basics					     SCHED_SETSCHEDULER(9)

NAME
sched_setscheduler - change the scheduling policy and/or RT priority of a thread.
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
NOTE that the task may be already dead.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SCHED_SETSCHEDULER(9)
Related Man Pages
sched_setscheduler(3c) - opensolaris
sched_getscheduler(2) - debian
sched_getscheduler(2) - freebsd
sched_setscheduler(3p) - php
sched_setscheduler(3p) - x11r4
Similar Topics in the Unix Linux Community
error "Invalid argument" returned after call sched_setscheduler