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)
commit18654de05aa2c2fa2cc63e2c9c30b9dc536a33d7
treeab4689a4d3df3962922cb5751e86e16801981ea9
parent60340711d147c11cd2c70c0d50b6509f498ae1fc
Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
Also add stub implementations of thread_get_priority() and
thread_set_priority().
16 files changed:
doc/filesys.texi
doc/standards.texi
doc/threads.texi
doc/userprog.texi
doc/vm.texi
grading/lib/Pintos/Grading.pm
solutions/p1-2.patch
solutions/p1-3.patch
solutions/p2.patch
solutions/p3.patch
src/constants.h
src/tests/threads/p1-4.c
src/threads/init.c
src/threads/thread.c
src/threads/thread.h
tests/Makefile