Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h396 void *ld_mutex_threadid[LDAP_MAX_LOCK]; member
440 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \
444 (ld)->ld_mutex_threadid[lock] = ld->ld_threadid_fn(); \
455 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \
458 (ld)->ld_mutex_threadid[lock] = (void *) -1; \
H A Dsetoption.c271 ld->ld_mutex_threadid[i] = (void *) -1; in ldap_set_option()
H A Dopen.c567 ld->ld_mutex_threadid[i] = (void *) -1; in nsldapi_mutex_alloc_all()