sched.7: Mention sched_setattr(2) in list of APIs that can change policies

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-12 09:28:26 +02:00
parent 080a7c57de
commit 4c2eb0c23f
1 changed files with 3 additions and 2 deletions

View File

@ -146,9 +146,10 @@ When a \fBSCHED_FIFO\fP thread becomes runnable, it
will be inserted at the end of the list for its priority.
.IP *
A call to
.BR sched_setscheduler (2)
.BR sched_setscheduler (2),
.BR sched_setparam (2),
or
.BR sched_setparam (2)
.BR sched_setattr (2)
will put the
\fBSCHED_FIFO\fP (or \fBSCHED_RR\fP) thread identified by
\fIpid\fP at the start of the list if it was runnable.