From 36f6c5491afd9398e8aac4963fab59f97f3cf11c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 27 Jun 2005 15:14:31 +0000 Subject: [PATCH] "thread_sleep" -> "timer_sleep" --- doc/threads.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ---- -- 2.30.2