From: Ben Pfaff Date: Fri, 31 Dec 2004 19:28:12 +0000 (+0000) Subject: Wording. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=139294a5bfab82f94deb1adc71a4db068ac864a3 Wording. --- diff --git a/doc/threads.texi b/doc/threads.texi index a6c4200..694c40e 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -494,7 +494,7 @@ A partial fix for this problem is to have the waiting thread the lock, then recall the donation once it has acquired the lock. Implement this fix. -You will need to account for all different orders that priority +You will need to account for all different orders in which priority donation and inversion can occur. Be sure to handle multiple donations, in which multiple priorities are donated to a thread. You must also handle nested donation: given high, medium, and low priority