X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=b177d43adbb093ef5b4b9fedd0965a93061a89b5;hb=cc8dee2d0be2b8a5102f4b020c14acf57e641c08;hp=9138daf5e12082273d00fdc667cc6618c7a6448b;hpb=ceb10f0de9a40570bbfb702d50f19bdc2bf62171;p=pintos-anon 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