]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/sched_yield.2
dlopen.3: Make it more explicit that LD_BIND_NOW overrides RTLD_LAZY
[thirdparty/man-pages.git] / man2 / sched_yield.2
index 89cf79c900d22a877cca8ee9aa42d5610b7ca442..e6c0be56cc435f1e53d7fafb8165f2df3df87908 100644 (file)
@@ -26,7 +26,7 @@
 .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
 .\"            revision
 .\"
-.TH SCHED_YIELD 2 2008-10-18 "Linux" "Linux Programmer's Manual"
+.TH SCHED_YIELD 2 2015-08-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sched_yield \- yield the processor
 .SH SYNOPSIS
@@ -50,7 +50,7 @@ In the Linux implementation,
 .BR sched_yield ()
 always succeeds.
 .SH CONFORMING TO
-POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008.
 .SH NOTES
 If the calling thread is the only thread in the highest
 priority list at that time,
@@ -77,8 +77,4 @@ schedulable threads are still held by the caller),
 since doing so will result in unnecessary context switches,
 which will degrade system performance.
 .SH SEE ALSO
-.BR sched_setscheduler (2)
-for a description of Linux scheduling
-.PP
-.I Programming for the real world \- POSIX.4
-by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.
+.BR sched (7)