X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.tmpl;h=9d421f62e2be32ddd3409af47ea1e5f338794cdb;hb=8a7ceb40ba07ac4e537fdb1b6f33edbe40957e2e;hp=367baf42f1452633457932b7eb09063a2d0607ff;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/doc/threads.tmpl b/doc/threads.tmpl index 367baf4..9d421f6 100644 --- a/doc/threads.tmpl +++ b/doc/threads.tmpl @@ -32,7 +32,7 @@ FirstName LastName ---- ALGORITHMS ---- ->> Briefly describe what happens in a call to thread_sleep(), including +>> Briefly describe what happens in a call to timer_sleep(), including >> the effects of the timer interrupt handler. >> What steps are taken to minimize the amount of time spent in the timer @@ -41,10 +41,10 @@ FirstName LastName ---- SYNCHRONIZATION ---- >> How are race conditions avoided when multiple threads call ->> thread_sleep() simultaneously? +>> timer_sleep() simultaneously? >> How are race conditions avoided when a timer interrupt occurs during a ->> call to thread_sleep()? +>> call to timer_sleep()? ---- RATIONALE ----