Searched defs:shutdown_pending (Results 1 - 8 of 8) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c85 static int volatile shutdown_pending; variable
272 while (!restart_pending && !shutdown_pending) {
359 shutdown_pending = 1;
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;
/httpd/server/mpm/motorz/
H A Dmotorz.c694 static int volatile shutdown_pending; variable
710 if (shutdown_pending == 1) {
718 shutdown_pending = 1;
964 * shutdown_pending is set when SIGTERM is received when running
966 while (!die_now && !shutdown_pending) {
1207 restart_pending = shutdown_pending = 0;
1263 while (!restart_pending && !shutdown_pending) {
1354 if (shutdown_pending && !mz->is_graceful) {
1370 } else if (shutdown_pending) {
1411 shutdown_pending
[all...]
/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;
923 while (!restart_pending && !shutdown_pending) {
941 if (shutdown_pending) { /* Got an unload from the console */
1240 shutdown_pending
[all...]
/httpd/server/mpm/prefork/
H A Dprefork.c363 static int volatile shutdown_pending; variable
378 if (shutdown_pending == 1) {
386 shutdown_pending = 1;
611 * shutdown_pending is set when SIGTERM is received when running
613 while (!die_now && !shutdown_pending) {
651 || (one_process && shutdown_pending)) {
986 restart_pending = shutdown_pending = 0;
1048 while (!restart_pending && !shutdown_pending) {
1145 if (shutdown_pending && !retained->is_graceful) {
1161 } else if (shutdown_pending) {
[all...]
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c751 int shutdown_pending; local
756 child_created = restart_pending = shutdown_pending = 0;
768 shutdown_pending = 1;
792 shutdown_pending = 1;
798 shutdown_pending = 1;
802 shutdown_pending = 1;
845 shutdown_pending = 1;
868 if (shutdown_pending)
/httpd/server/mpm/worker/
H A Dworker.c464 static int volatile shutdown_pending; variable
478 * parent process will use the shutdown_pending and restart_pending variables
489 if (shutdown_pending == 1) {
496 shutdown_pending = 1;
1601 shutdown_pending = 1;
1697 while (!restart_pending && !shutdown_pending) {
1712 shutdown_pending = 1;
1826 restart_pending = shutdown_pending = 0;
1882 if (shutdown_pending && !retained->is_graceful) {
1900 } else if (shutdown_pending) {
[all...]
/httpd/server/mpm/event/
H A Devent.c678 static int volatile shutdown_pending; variable
710 * parent process will use the shutdown_pending and restart_pending variables
721 if (shutdown_pending == 1) {
728 shutdown_pending = 1;
2876 shutdown_pending = 1;
2958 while (!restart_pending && !shutdown_pending) {
2973 shutdown_pending = 1;
3089 restart_pending = shutdown_pending = 0;
3140 if (shutdown_pending && !retained->is_graceful) {
3158 } else if (shutdown_pending) {
[all...]

Completed in 68 milliseconds