Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Ddaemon.c142 static lload_daemon_st lload_daemon[SLAPD_MAX_DAEMON_THREADS]; variable
778 ldap_pvt_thread_mutex_destroy( &lload_daemon[i].sd_mutex ); in lloadd_daemon_destroy()
779 if ( lload_daemon[i].wakeup_event ) { in lloadd_daemon_destroy()
780 event_free( lload_daemon[i].wakeup_event ); in lloadd_daemon_destroy()
782 if ( lload_daemon[i].base ) { in lloadd_daemon_destroy()
783 event_base_free( lload_daemon[i].base ); in lloadd_daemon_destroy()
939 c = client_init( s, peername, lload_daemon[tid].base, cflag ); in lload_listener()
977 ldap_pvt_thread_mutex_lock( &lload_daemon[0].sd_mutex ); in listener_error_cb()
982 ldap_pvt_thread_mutex_unlock( &lload_daemon[0].sd_mutex ); in listener_error_cb()
1001 ldap_pvt_thread_mutex_lock( &lload_daemon[0].sd_mutex ); in listeners_reactivate()
[all …]