Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 7 Feb 2005 05:56:04 +0000 (05:56 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 7 Feb 2005 05:56:04 +0000 (05:56 +0000)
commit6070611faac84bdf95c4405b3970c6928202f26b
tree0c92e5ccce3161e5f2b37c5229d787680ff7b1e3
parent39c5d0ad729238d08668ce0eeaa71bc25540bc7b
Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
Also add stub implementations of thread_get_priority() and
thread_set_priority().
12 files changed:
doc/filesys.texi
doc/standards.texi
doc/threads.texi
doc/userprog.texi
doc/vm.texi
grading/lib/Pintos/Grading.pm
src/constants.h
src/tests/threads/p1-4.c
src/threads/init.c
src/threads/thread.c
src/threads/thread.h
tests/Makefile