Home
last modified time | relevance | path

Searched refs:ld_mutex_refcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h397 unsigned long ld_mutex_refcnt[LDAP_MAX_LOCK]; member
441 (ld)->ld_mutex_refcnt[lock]++; \
445 (ld)->ld_mutex_refcnt[lock] = 1; \
456 (ld)->ld_mutex_refcnt[lock]--; \
457 if ((ld)->ld_mutex_refcnt[lock] <= 0) { \
459 (ld)->ld_mutex_refcnt[lock] = 0; \
H A Dsetoption.c272 ld->ld_mutex_refcnt[i] = 0; in ldap_set_option()
H A Dopen.c568 ld->ld_mutex_refcnt[i] = 0; in nsldapi_mutex_alloc_all()