Reinstate: Always check the result of pthread_mutex_lock() and pthread_mutex_unlock().
authorIan Lynagh <igloo@earth.li>
Sat, 17 Jan 2009 20:09:55 +0000 (20:09 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 17 Jan 2009 20:09:55 +0000 (20:09 +0000)
commitee8e3c3f0124c6ca53fecae80a673c79168dedf8
treed6cfe7d8dcf07f35bc1dd47f7296c1c27e6ed58d
parentb2391c27ecf7163cc2b08697742c8fa20783ea3c
Reinstate: Always check the result of pthread_mutex_lock() and pthread_mutex_unlock().
Sun Jan  4 19:24:43 GMT 2009  Matthias Kilian <kili@outback.escape.de>
    Don't check pthread_mutex_*lock() only on Linux and/or only if DEBUG
    is defined. The return values of those functions are well defined
    and should be supported on all operation systems with pthreads. The
    checks are cheap enough to do them even in the default build (without
    -DDEBUG).

    While here, recycle an unused macro ASSERT_LOCK_NOTHELD, and let
    the debugBelch part enabled with -DLOCK_DEBUG work independently
    of -DDEBUG.
includes/OSThreads.h