summaryrefslogtreecommitdiff
path: root/lib/tdb/common/mutex.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: runtime check for robust mutexes may hang in threaded programsRalph Boehme2017-04-271-46/+70
* tdb: Fix mutexes on FreeBSDVolker Lendecke2016-11-291-1/+2
* tdb: Only mmap the mutex area if not already mmap'edVolker Lendecke2016-11-291-0/+4
* tdb: NULL out tdb->mutexes in tdb_mutex_munmapVolker Lendecke2016-11-291-1/+8
* s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.Jeremy Allison2016-06-291-1/+1
* tdb mutex check: Fix CID 1358473 Uninitialized scalar variableVolker Lendecke2016-04-121-0/+2
* tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()Uri Simchoni2016-04-111-37/+45
* tdb: avoid a race condition when checking for robust mutexesRalph Boehme2016-03-291-28/+32
* lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison2015-03-261-4/+31
* Revert "lib: tdb: Use sigaction when testing for robust mutexes."Andreas Schneider2015-03-251-28/+4
* lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison2015-03-241-4/+28
* tdb: Fix tdb_runtime_check_for_robust_mutexes()Volker Lendecke2014-11-261-4/+4
* tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke2014-05-221-0/+1000