Lines Matching defs:signal
61 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,
1022 if (signal && !ControlService(schService, signal, &globdat.ssStatus))
1145 /* signal is zero to stop, non-zero for restart */
1147 void mpm_signal_service(apr_pool_t *ptemp, int signal)
1202 if (!signal && (globdat.ssStatus.dwCurrentState == SERVICE_STOPPED)) {
1209 fprintf(stderr, signal ? "The '%s' service is restarting.\n"
1213 if (!signal)
1234 fprintf(stderr, signal ? "The '%s' service has restarted.\n"
1238 fprintf(stderr, signal ? "Failed to restart the '%s' service.\n"