No longer use pthread_mutex_timedlock().
commit3a8cf08360c020b17ed39dbd6649480d092dd985
authorBen Kibbey <bjk@luxsci.net>
Sat, 20 Dec 2014 23:50:16 +0000 (20 18:50 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 21 Dec 2014 00:07:37 +0000 (20 19:07 -0500)
treef6a223287a9f24a5a6cace95550e4c41550e293e
parentedba38f4cc93b42f7beeb315f3159b6c58fcb1f6
No longer use pthread_mutex_timedlock().

It prevents thread cancellation for longer wait times. Instead, rely on
usleep() for the cancellation test point.
src/mutex.h