Commits

Ben Langmuir committed fa77a7afc9e
Fix race condition in Mutex LockableThreaded test If the thread starts slowly enough it will succeed in taking the lock, leading to a deadlock. We saw this test hanging on some of our bots inside of pthread's lock acquire.