Add comment.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:06:43 +0000 (00:06 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:06:43 +0000 (00:06 +0000)
src/tests/threads/priority-change.c

index 456de33a27217c4e5647bb2b1329635ee836ad8c..735920ffe49fa309b5088aa9290bf4ed4aee2b6c 100644 (file)
@@ -1,3 +1,7 @@
+/* Verifies that lowering a thread's priority so that it is no
+   longer the highest-priority thread in the system causes it to
+   yield immediately. */
+
 #include <stdio.h>
 #include "tests/threads/tests.h"
 #include "threads/init.h"