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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h384 /* the ld_threadid_fn has been disabled */
392 #define ld_threadid_fn ld_thread2.ltf_threadid_fn macro
438 if ((ld)->ld_threadid_fn != NULL) { \
439 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \
443 (ld)->ld_mutex_threadid[lock] = ld->ld_threadid_fn(); \
453 if ((ld)->ld_threadid_fn != NULL) { \
454 if ((ld)->ld_mutex_threadid[lock] == (ld)->ld_threadid_fn()) { \

Completed in 29 milliseconds