Add another test that locks & unlocks in FIFO order instead of stack
[pintos-anon] / src / tests / threads / alarm-wait.c
index 1e584386af3215c7a45fb8f06dfd50ab6df6427d..8030d20155d416e2cbb06bb95c8427e56a69cc43 100644 (file)
@@ -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. */