Searched defs:signal (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/winnt/
H A Dservice.c61 HANDLE service_term; /* NT service thread kill signal */
175 * Tell the system we have dealt with the signal
667 /* Still have a thread & window to clean up, so signal now */
1012 /* signal_service_transition is a simple thunk to signal the service
1013 * and monitor its successful transition. If the signal passed is 0,
1016 * ControlService signal is sent.
1019 static int signal_service_transition(SC_HANDLE schService, DWORD signal, argument
1022 if (signal && !ControlService(schService, signal, &globdat.ssStatus))
1145 /* signal i
1147 mpm_signal_service(apr_pool_t *ptemp, int signal) argument
[all...]

Completed in 13 milliseconds