X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Falarm-wait.c;h=8030d20155d416e2cbb06bb95c8427e56a69cc43;hb=a85e535e696138054a7b461ea8072f0d76c5b668;hp=1e584386af3215c7a45fb8f06dfd50ab6df6427d;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;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. */