X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=694c40e03b5c7ea51c494ae9f61d5295ef311c4c;hb=139294a5bfab82f94deb1adc71a4db068ac864a3;hp=a6c42002c3666ddbf38c130949f2b28c08a0fad9;hpb=d0147cf7556c5dc09300e5c5ac6ebd89a4618875;p=pintos-anon 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