index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
threads
/
sync.cc
Age
Commit message (
Expand
)
Author
2016-11-30
[5066] Enforced C++11 following #4631 discussion
Francis 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::Locker
Mukund Sivaraman
2012-10-25
[2236] Use PTHREAD_MUTEX_NORMAL fast mutexes by default
Mukund Sivaraman
2012-10-23
[2236] Remove obsolete comment
Mukund Sivaraman
2012-10-23
[2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug builds
Mukund Sivaraman
2012-10-23
[2236] Remove config.h include from sync.h
Mukund Sivaraman
2012-10-18
[2236] Use ENABLE_DEBUG within the lock implementation
Mukund Sivaraman
2012-10-17
[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks now
JINMEI Tatuya