mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
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 | ||