Searched refs:ap_graceful_shutdown_timeout (Results 1 - 6 of 6) sorted by relevance

/httpd/server/
H A Dmpm_common.c167 AP_DECLARE_DATA int ap_graceful_shutdown_timeout; variable
183 ap_graceful_shutdown_timeout = 0; /* unlimited */
389 ap_graceful_shutdown_timeout = atoi(arg);
/httpd/include/
H A Dmpm_common.h366 AP_DECLARE_DATA extern int ap_graceful_shutdown_timeout;
/httpd/server/mpm/prefork/
H A Dprefork.c1196 if (ap_graceful_shutdown_timeout) {
1198 apr_time_from_sec(ap_graceful_shutdown_timeout);
1219 (!ap_graceful_shutdown_timeout || apr_time_now() < cutoff));
/httpd/server/mpm/motorz/
H A Dmotorz.c1405 if (ap_graceful_shutdown_timeout) {
1407 apr_time_from_sec(ap_graceful_shutdown_timeout);
1428 (!ap_graceful_shutdown_timeout || apr_time_now() < cutoff));
/httpd/server/mpm/worker/
H A Dworker.c1925 if (ap_graceful_shutdown_timeout) {
1927 apr_time_from_sec(ap_graceful_shutdown_timeout);
1948 (!ap_graceful_shutdown_timeout || apr_time_now() < cutoff));
/httpd/server/mpm/event/
H A Devent.c3182 if (ap_graceful_shutdown_timeout) {
3184 apr_time_from_sec(ap_graceful_shutdown_timeout);
3205 (!ap_graceful_shutdown_timeout || apr_time_now() < cutoff));

Completed in 39 milliseconds