Searched refs:exit_status (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dmpm_unix.c768 int ap_signal_server(int *exit_status, apr_pool_t *pconf) argument
775 *exit_status = 0;
784 *exit_status = 1;
825 *exit_status = send_signal(otherpid, SIGHUP);
835 *exit_status = send_signal(otherpid, AP_SIG_GRACEFUL);
845 *exit_status = send_signal(otherpid, AP_SIG_GRACEFUL_STOP);
H A Dmain.c704 int exit_status; local
706 if (signal_server(&exit_status, pconf) != 0) {
707 destroy_and_exit_process(process, exit_status);

Completed in 255 milliseconds