Invert the priority scheme, so that PRI_MIN is now the lowest priority
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Apr 2006 00:28:22 +0000 (00:28 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Apr 2006 00:28:22 +0000 (00:28 +0000)
commit225e6b43b823eec0f3eef093f697c0b62538344f
treefdcce7b674da99347b53794502c300a1dd18d7fe
parentc51576b5aedc01da14c5f29527884f4bea49d544
Invert the priority scheme, so that PRI_MIN is now the lowest priority
and PRI_MAX is now the highest priority.  This should reduce student
confusion (and at the same time subtly frustrate attempts to resubmit
work from previous quarters).
20 files changed:
doc/44bsd.texi
doc/threads.texi
doc/tour.texi
src/tests/threads/alarm-priority.c
src/tests/threads/alarm-priority.ck
src/tests/threads/priority-change.c
src/tests/threads/priority-condvar.c
src/tests/threads/priority-condvar.ck
src/tests/threads/priority-donate-multiple.c
src/tests/threads/priority-donate-multiple.ck
src/tests/threads/priority-donate-nest.c
src/tests/threads/priority-donate-nest.ck
src/tests/threads/priority-donate-one.c
src/tests/threads/priority-donate-one.ck
src/tests/threads/priority-fifo.c
src/tests/threads/priority-preempt.c
src/tests/threads/priority-sema.c
src/tests/threads/priority-sema.ck
src/threads/thread.c
src/threads/thread.h