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

/httpd/server/mpm/motorz/
H A Dmotorz.c696 static int volatile die_now = 0; variable
704 die_now = 1;
948 if (!die_now) {
963 /* die_now is set when AP_SIG_GRACEFUL is received in the child;
966 while (!die_now && !shutdown_pending) {
1024 die_now = 1;
1031 die_now = 1;
/httpd/server/mpm/netware/
H A Dmpm_netware.c140 static int die_now = 0; variable
376 while (!die_now) {
/httpd/server/mpm/prefork/
H A Dprefork.c365 static int volatile die_now = 0; variable
373 die_now = 1;
595 if (!die_now) {
610 /* die_now is set when AP_SIG_GRACEFUL is received in the child;
613 while (!die_now && !shutdown_pending) {
650 if (die_now /* in graceful stop/restart */
738 die_now = 1;
745 die_now = 1;

Completed in 199 milliseconds