Rechercher une page de manuel
sched_setscheduler
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
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
Contenus ©2006-2023 Benjamin Poulain
Design ©2006-2023 Maxime Vantorre