Clean up temp files on signal.
[pintos-anon] / src / tests / threads / alarm-priority.c
index 291861fd276f172ee8bd55258ecfea118cff90f6..51ca6a92f1146c248cfc538f7fac44871919598c 100644 (file)
@@ -1,3 +1,6 @@
+/* Checks that when the alarm clock wakes up threads, the
+   higher-priority threads run first. */
+
 #include <stdio.h>
 #include "tests/threads/tests.h"
 #include "threads/init.h"