Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/libraries/liblutil/
Dntservice.c54 ldap_pvt_thread_t start_status_tid, stop_status_tid; variable
332 … if ( ldap_pvt_thread_create( &stop_status_tid, 0, stop_status_routine, NULL ) == 0 ) in lutil_ServiceCtrlHandler()
487 if (ldap_pvt_thread_join( stop_status_tid, (void *) NULL ) == -1) in lutil_ReportShutdownComplete()