summaryrefslogtreecommitdiff
path: root/source3/lib/g_lock.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-16s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke1-3/+36
2010-02-16s3: Fix handling of processes that died in g_lockVolker Lendecke1-3/+5
2010-02-15s3: Fix a typoVolker Lendecke1-1/+1
2010-02-12Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison1-14/+4
2010-02-12s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam1-38/+101
2010-02-12s3:g_lock: remove an unreached code path.Michael Adam1-4/+0
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke1-0/+594