summaryrefslogtreecommitdiffstats
path: root/man2/sched_yield.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sched_yield.2')
-rw-r--r--man2/sched_yield.25
1 files changed, 0 insertions, 5 deletions
diff --git a/man2/sched_yield.2 b/man2/sched_yield.2
index bab0f9569..5e5b45a48 100644
--- a/man2/sched_yield.2
+++ b/man2/sched_yield.2
@@ -54,11 +54,6 @@ priority list at that time,
it will continue to run after a call to
.BR sched_yield ().
.PP
-Strategic calls to
-.BR sched_yield ()
-can improve performance by giving other threads or processes
-a chance to run when (heavily) contended resources (e.g., mutexes)
-have been released by the caller.
Avoid calling
.BR sched_yield ()
unnecessarily or inappropriately