mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
366701bdf7
okay to read and write LDBM specific fields (state, refcnt, LRU. The id field, though is read-only once set. cache_find_entry_dn2id(), hence, does not require any entry locks. cache_find_entry_id() must do a entry_rdwr_trylock() and back off if busy. Add new rdwr lock code with trylock() functionality. Implement entry_rdwr_trylock(). |
||
---|---|---|
.. | ||
Makefile.in | ||
rdwr.c | ||
thr_cthreads.c | ||
thr_lwp.c | ||
thr_nt.c | ||
thr_posix.c | ||
thr_sleep.c | ||
thr_stub.c | ||
thr_thr.c | ||
Version.c |