summaryrefslogtreecommitdiff
path: root/src/lib/util/threads/sync.cc
AgeCommit message (Expand)Author
2016-11-30[5066] Enforced C++11 following #4631 discussionFrancis Dupont
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-08-29[3911a] Reorganized library Makefile.am files (exception, util, log)Francis Dupont
2015-04-18[master] remove '#include <config.h' from include files (#3782)Francis Dupont
2013-03-13[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::LockerMukund Sivaraman
2012-10-25[2236] Use PTHREAD_MUTEX_NORMAL fast mutexes by defaultMukund Sivaraman
2012-10-23[2236] Remove obsolete commentMukund Sivaraman
2012-10-23[2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug buildsMukund Sivaraman
2012-10-23[2236] Remove config.h include from sync.hMukund Sivaraman
2012-10-18[2236] Use ENABLE_DEBUG within the lock implementationMukund Sivaraman
2012-10-17[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks nowJINMEI Tatuya