X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Falarm-wait.c;h=8030d20155d416e2cbb06bb95c8427e56a69cc43;hb=ff8effb2f514ca54a594074e1cc33b22a1978050;hp=1e584386af3215c7a45fb8f06dfd50ab6df6427d;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/threads/alarm-wait.c b/src/tests/threads/alarm-wait.c index 1e58438..8030d20 100644 --- a/src/tests/threads/alarm-wait.c +++ b/src/tests/threads/alarm-wait.c @@ -1,6 +1,4 @@ -/* Problem 1-1: Alarm Clock tests. - - Creates N threads, each of which sleeps a different, fixed +/* Creates N threads, each of which sleeps a different, fixed duration, M times. Records the wake-up order and verifies that it is valid. */