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

/httpd/server/mpm/worker/
H A Dworker.c468 * ap_start_shutdown() and ap_start_restart(), below, are a first stab at
473 * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that
486 static void ap_start_shutdown(int graceful) function
514 ap_start_shutdown(sig == AP_SIG_GRACEFUL_STOP);
/httpd/server/mpm/event/
H A Devent.c700 * ap_start_shutdown() and ap_start_restart(), below, are a first stab at
705 * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that
718 static void ap_start_shutdown(int graceful) function
746 ap_start_shutdown(sig == AP_SIG_GRACEFUL_STOP);

Completed in 602 milliseconds