sched.7: Make it clearer that SCHED_OTHER is always scheduled below real-time

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-27 15:45:17 +01:00
parent 30af6b5d8b
commit b8986eaed3
1 changed files with 4 additions and 1 deletions

View File

@ -359,7 +359,10 @@ will yield the current job and wait for a new period to begin.
.\" Is that intended? (Why?)
.\"
.SS SCHED_OTHER: Default Linux time-sharing scheduling
\fBSCHED_OTHER\fP can be used at only static priority 0.
\fBSCHED_OTHER\fP can be used at only static priority 0
(i.e., threads under real-time policies always have priority over
.B SCHED_OTHER
processes).
\fBSCHED_OTHER\fP is the standard Linux time-sharing scheduler that is
intended for all threads that do not require the special
real-time mechanisms.