Searched refs:service_stop_event (Results 1 – 1 of 1) sorted by relevance
62 static WSAEVENT service_stop_event = NULL; variable111 if(!WSASetEvent(service_stop_event)) in hdlr()463 service_stop_event = WSACreateEvent(); in service_main()464 if(service_stop_event == WSA_INVALID_EVENT) { in service_main()470 if(!WSAResetEvent(service_stop_event)) { in service_main()495 if(service_stop_event) (void)WSACloseEvent(service_stop_event); in service_main()568 if(!WSASetEvent(service_stop_event)) in waitforit()640 if(!service_stop_event) in wsvc_setup_worker()643 comm_base_internal(worker->base), service_stop_event, in wsvc_setup_worker()