In all the variants of the basic test for part 1-1, release the lock
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 18 Jan 2005 17:26:47 +0000 (17:26 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 18 Jan 2005 17:26:47 +0000 (17:26 +0000)
commit19fe10d57674f3711affc583ca21ca7dd9c3c798
tree69bea10f3bc917b9ad14595e8c82385102fdd9b6
parentf421735e5d6acb3ea23374a422aa1dbbc94757ec
In all the variants of the basic test for part 1-1, release the lock
when we're done with it.  This shouldn't be necessary, but not
releasing the lock is a corner case that we don't necessarily want the
students to have to handle.
grading/threads/alarm-multiple.c
grading/threads/alarm-single.c
src/tests/threads/p1-1.c
src/threads/test.c