.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SCHED_SETSCHEDULER" "9" "09 October 2005" "" ""
.SH NAME
sched_setscheduler \- change the scheduling policy and/or RT priority of
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int sched_setscheduler (struct task_struct * \fIp\fB, int \fIpolicy\fB, struct sched_param * \fIparam\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIp\fB\fR
the task in question.
.TP
\fB\fIpolicy\fB\fR
new policy.
.TP
\fB\fIparam\fB\fR
structure containing the new RT priority.
.SH "DESCRIPTION"
.PP
a thread.