mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
db5bda56bf
This adds optional support for locking based on shared robust mutexes. The caller can use the TDB_MUTEX_LOCKING flag together with TDB_CLEAR_IF_FIRST after verifying with tdb_runtime_check_for_robust_mutexes() that it's supported by the current system. The caller should be aware that using TDB_MUTEX_LOCKING implies some limitations, e.g. it's not possible to have multiple read chainlocks on a given hash chain from multiple processes. Note: that this doesn't make tdb thread safe! Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Michael Adam <obnox@samba.org> Signed-off-by: Volker Lendecke <vl@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
tdb-1.2.1.sigs | ||
tdb-1.2.2.sigs | ||
tdb-1.2.3.sigs | ||
tdb-1.2.4.sigs | ||
tdb-1.2.5.sigs | ||
tdb-1.2.6.sigs | ||
tdb-1.2.7.sigs | ||
tdb-1.2.8.sigs | ||
tdb-1.2.9.sigs | ||
tdb-1.2.10.sigs | ||
tdb-1.2.11.sigs | ||
tdb-1.2.12.sigs | ||
tdb-1.2.13.sigs | ||
tdb-1.3.0.sigs |