Home
last modified time | relevance | path

Searched refs:ld_msgid_mutex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h534 #define ld_msgid_mutex ldc->ldc_msgid_mutex macro
579 LDAP_MUTEX_LOCK( &(ld)->ld_msgid_mutex ); \
581 LDAP_MUTEX_UNLOCK( &(ld)->ld_msgid_mutex ); \
H A Dunbind.c243 ldap_pvt_thread_mutex_destroy( &ld->ld_msgid_mutex ); in ldap_ld_free()
H A Dopen.c232 ldap_pvt_thread_mutex_init( &ld->ld_msgid_mutex ); in ldap_create()