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)
commitc4df6186aaebe94436efe49f42149bb90f084d73
treee3b1f85ab03aa5df2c9c8a709ef217cf10eb1cab
parent4742fa3312bdc0d43cd8a11775c7605a9f57eb5a
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