Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h399 unsigned long ld_mutex_refcnt[LDAP_MAX_LOCK]; member
443 (ld)->ld_mutex_refcnt[lock]++; \
447 (ld)->ld_mutex_refcnt[lock] = 1; \
458 (ld)->ld_mutex_refcnt[lock]--; \
459 if ((ld)->ld_mutex_refcnt[lock] <= 0) { \
461 (ld)->ld_mutex_refcnt[lock] = 0; \
H A Dsetoption.c274 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()