From cc8dee2d0be2b8a5102f4b020c14acf57e641c08 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 13 Oct 2004 05:12:14 +0000 Subject: [PATCH] Punctuation fix. --- doc/threads.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/threads.texi b/doc/threads.texi index 9138daf..b177d43 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -487,7 +487,7 @@ that @var{L} holds, then both @var{M} and @var{L} should be boosted to You only need to implement priority donation when a thread is waiting for a lock held by a lower-priority thread. You do not need to -implement this fix for semaphores, condition variables or joins. +implement this fix for semaphores, condition variables, or joins. However, you do need to implement priority scheduling in all cases. You may assume a static priority for priority donation, that is, it is -- 2.30.2