Searched defs:ld_mutex_trylock_fn (Results 1 - 1 of 1) 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 ) { \

Completed in 25 milliseconds