Home
last modified time | relevance | path

Searched refs:lload_pin_mutex (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dinit.c108 ldap_pvt_thread_mutex_init( &lload_pin_mutex ); in lload_global_init()
H A Dproto-lload.h173 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t) lload_pin_mutex;
H A Dbind.c431 checked_lock( &lload_pin_mutex ); in request_bind()
437 checked_unlock( &lload_pin_mutex ); in request_bind()
H A Doperation.c26 ldap_pvt_thread_mutex_t lload_pin_mutex; variable