Skip to content

Commit fb9eb41

Browse files
committed
update os scheduling policy docs
1 parent f6a817f commit fb9eb41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/os.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5411,6 +5411,8 @@ information, consult your Unix manpages.
54115411
The following scheduling policies are exposed if they are supported by the
54125412
operating system.
54135413

5414+
.. _os-scheduling-policy:
5415+
54145416
.. data:: SCHED_OTHER
54155417

54165418
The default scheduling policy.
@@ -5516,6 +5518,8 @@ operating system.
55165518

55175519
Voluntarily relinquish the CPU.
55185520

5521+
See also :manpage:`sched_yield(2)`.
5522+
55195523

55205524
.. function:: sched_setaffinity(pid, mask, /)
55215525

0 commit comments

Comments
 (0)