Searched refs:shutdown_pending (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/apache-793/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c66 static int shutdown_pending = 0; variable
213 if (shutdown_pending) {
249 } while (!shutdown_pending && ap_my_generation == ap_scoreboard_image->global->running_generation);
332 shutdown_pending = 1;
458 shutdown_pending = 1;
467 shutdown_pending = 1;
H A Dmpmt_os2.c85 static int volatile shutdown_pending; variable
272 while (!restart_pending && !shutdown_pending) {
359 shutdown_pending = 1;
/macosx-10.10.1/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c348 static int volatile shutdown_pending; variable
363 if (shutdown_pending == 1) {
371 shutdown_pending = 1;
587 * shutdown_pending is set when SIGTERM is received when running
589 while (!die_now && !shutdown_pending) {
627 || (one_process && shutdown_pending)) {
951 restart_pending = shutdown_pending = 0;
999 while (!restart_pending && !shutdown_pending) {
1096 if (shutdown_pending && !retained->is_graceful) {
1112 } else if (shutdown_pending) {
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c169 static int volatile shutdown_pending; variable
182 if (!shutdown_pending) {
272 if (shutdown_pending == 1) {
279 shutdown_pending = 1;
309 shutdown_pending = 1;
397 if (shutdown_pending || restart_pending || (ap_scoreboard_image->servers[0][my_worker_num].status == WORKER_IDLE_KILL)) {
878 restart_pending = shutdown_pending = 0;
922 while (!restart_pending && !shutdown_pending) {
940 if (shutdown_pending) { /* Got an unload from the console */
1239 shutdown_pending
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c451 static int volatile shutdown_pending; variable
465 * parent process will use the shutdown_pending and restart_pending variables
476 if (shutdown_pending == 1) {
483 shutdown_pending = 1;
1568 shutdown_pending = 1;
1662 while (!restart_pending && !shutdown_pending) {
1677 shutdown_pending = 1;
1791 restart_pending = shutdown_pending = 0;
1835 if (shutdown_pending && !retained->is_graceful) {
1850 } else if (shutdown_pending) {
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dmpm_winnt.c752 int shutdown_pending; local
757 child_created = restart_pending = shutdown_pending = 0;
769 shutdown_pending = 1;
793 shutdown_pending = 1;
799 shutdown_pending = 1;
803 shutdown_pending = 1;
846 shutdown_pending = 1;
869 if (shutdown_pending)
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c596 static int volatile shutdown_pending; variable
628 * parent process will use the shutdown_pending and restart_pending variables
639 if (shutdown_pending == 1) {
646 shutdown_pending = 1;
2443 shutdown_pending = 1;
2523 while (!restart_pending && !shutdown_pending) {
2538 shutdown_pending = 1;
2645 restart_pending = shutdown_pending = 0;
2686 if (shutdown_pending && !retained->is_graceful) {
2701 } else if (shutdown_pending) {
[all...]

Completed in 188 milliseconds