summaryrefslogtreecommitdiff
path: root/lib/tdb/common/mutex.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14lib:tdb: Fix code spellingAndreas Schneider1-4/+4
2020-01-23tdb: Align integer typesVolker Lendecke1-2/+3
2017-04-27tdb: runtime check for robust mutexes may hang in threaded programsRalph Boehme1-46/+70
2016-11-29tdb: Fix mutexes on FreeBSDVolker Lendecke1-1/+2
2016-11-29tdb: Only mmap the mutex area if not already mmap'edVolker Lendecke1-0/+4
2016-11-29tdb: NULL out tdb->mutexes in tdb_mutex_munmapVolker Lendecke1-1/+8
2016-06-29s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.Jeremy Allison1-1/+1
2016-04-12tdb mutex check: Fix CID 1358473 Uninitialized scalar variableVolker Lendecke1-0/+2
2016-04-11tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()Uri Simchoni1-37/+45
2016-03-29tdb: avoid a race condition when checking for robust mutexesRalph Boehme1-28/+32
2015-03-26lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison1-4/+31
2015-03-25Revert "lib: tdb: Use sigaction when testing for robust mutexes."Andreas Schneider1-28/+4
2015-03-24lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison1-4/+28
2014-11-26tdb: Fix tdb_runtime_check_for_robust_mutexes()Volker Lendecke1-4/+4
2014-05-22tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke1-0/+1000