projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4824d68
)
Add comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:06:43 +0000
(
00:06
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:06:43 +0000
(
00:06
+0000)
src/tests/threads/priority-change.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/priority-change.c
b/src/tests/threads/priority-change.c
index 456de33a27217c4e5647bb2b1329635ee836ad8c..735920ffe49fa309b5088aa9290bf4ed4aee2b6c 100644
(file)
--- a/
src/tests/threads/priority-change.c
+++ b/
src/tests/threads/priority-change.c
@@
-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"