summaryrefslogtreecommitdiffstats
path: root/source3/lib/g_lock.c
Commit message (Expand)AuthorAgeFilesLines
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-201-0/+1
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-8/+3
* s3: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-281-9/+13
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-3/+6
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Add "g_lock_do" as a convenience wrapper functionVolker Lendecke2010-03-121-0/+64
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-02-161-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-02-161-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-02-161-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-02-161-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-02-161-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-02-161-3/+5
* s3: Fix a typoVolker Lendecke2010-02-151-1/+1
* Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison2010-02-121-14/+4
* s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam2010-02-121-38/+101
* s3:g_lock: remove an unreached code path.Michael Adam2010-02-121-4/+0
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-02-121-0/+594