summaryrefslogtreecommitdiffstats
path: root/src/lib/util/threads/sync.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3911a] Reorganized library Makefile.am files (exception, util, log)Francis Dupont2015-08-291-1/+1
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-2/+2
* [2198] Add Mutex::tryLock() and non-blocking variant of Mutex::LockerMukund Sivaraman2013-03-131-0/+20
* [2236] Use PTHREAD_MUTEX_NORMAL fast mutexes by defaultMukund Sivaraman2012-10-251-2/+7
* [2236] Remove obsolete commentMukund Sivaraman2012-10-231-3/+0
* [2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug buildsMukund Sivaraman2012-10-231-1/+4
* [2236] Remove config.h include from sync.hMukund Sivaraman2012-10-231-0/+2
* [2236] Use ENABLE_DEBUG within the lock implementationMukund Sivaraman2012-10-181-20/+40
* [2332] renamed thread/lock.h to thread/sync.h as it's not only for locks nowJINMEI Tatuya2012-10-171-0/+213