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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h387 #define ld_mutex_trylock_fn ld_thread2.ltf_mutex_trylock macro
469 /* the ld_mutex_trylock_fn is always set to NULL */ \
473 if( (ld)->ld_mutex_trylock_fn == NULL ) { \
477 /* the ld_mutex_trylock_fn is always set to NULL */ \
481 if( (ld)->ld_mutex_trylock_fn == NULL ) { \
503 /* the ld_mutex_trylock_fn is always set to NULL */ \
507 if( (ld)->ld_mutex_trylock_fn != NULL ) { \
H A Dsetoption.c260 ld->ld_mutex_trylock_fn = (LDAP_TF_MUTEX_TRYLOCK_CALLBACK *)NULL;

Completed in 18 milliseconds