summaryrefslogtreecommitdiffstats
path: root/source3/include/g_lock.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
* s3: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-281-1/+1
| | | | procid_self() references global vars, don't depend on them unnecessarily
* s3: Add "g_lock_do" as a convenience wrapper functionVolker Lendecke2010-03-121-0/+4
|
* s3: Fix a commentVolker Lendecke2010-03-121-1/+1
|
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-02-121-0/+55
This is the basis to implement global locks in ctdb without depending on a shared file system. The initial goal is to make ctdb persistent transactions deterministic without too many timeouts.