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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h395 void *ld_mutex_threadid[LDAP_MAX_LOCK]; member in struct:ldap
439 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \
443 (ld)->ld_mutex_threadid[lock] = ld->ld_threadid_fn(); \
454 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \
457 (ld)->ld_mutex_threadid[lock] = (void *) -1; \
H A Dsetoption.c270 ld->ld_mutex_threadid[i] = (void *) -1;
H A Dopen.c583 ld->ld_mutex_threadid[i] = (void *) -1;

Completed in 19 milliseconds