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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h336 #define ld_mutex_lock_fn ld_thread.ltf_mutex_lock macro
428 * Note that we test for both ld_mutex_lock_fn != NULL AND ld_mutex != NULL.
430 * time we set the ld_mutex_lock_fn pointer and the time we allocate the
437 if ((ld)->ld_mutex_lock_fn != NULL && ld->ld_mutex != NULL) { \
442 (ld)->ld_mutex_lock_fn(ld->ld_mutex[lock]); \
447 (ld)->ld_mutex_lock_fn(ld->ld_mutex[lock]); \
452 if ((ld)->ld_mutex_lock_fn != NULL && ld->ld_mutex != NULL) { \

Completed in 17 milliseconds