Searched defs:restart_pending (Results 1 - 7 of 7) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c86 static int volatile restart_pending; variable
118 restart_pending = 0;
272 while (!restart_pending && !shutdown_pending) {
321 return restart_pending;
371 restart_pending = 1;
/httpd/server/mpm/motorz/
H A Dmotorz.c695 static int volatile restart_pending; variable
728 if (restart_pending == 1) {
733 restart_pending = 1;
1207 restart_pending = shutdown_pending = 0;
1263 while (!restart_pending && !shutdown_pending) {
/httpd/server/mpm/netware/
H A Dmpm_netware.c170 static int volatile restart_pending; variable
293 if (restart_pending == 1) {
297 restart_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) {
/httpd/server/mpm/prefork/
H A Dprefork.c364 static int volatile restart_pending; variable
395 if (restart_pending == 1) {
400 restart_pending = 1;
986 restart_pending = shutdown_pending = 0;
1048 while (!restart_pending && !shutdown_pending) {
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c750 int restart_pending; local
756 child_created = restart_pending = shutdown_pending = 0;
814 restart_pending = 1;
849 restart_pending = 1;
863 if (restart_pending) {
/httpd/server/mpm/worker/
H A Dworker.c465 static int volatile restart_pending; variable
478 * parent process will use the shutdown_pending and restart_pending variables
504 if (restart_pending == 1) {
508 restart_pending = 1;
1697 while (!restart_pending && !shutdown_pending) {
1826 restart_pending = shutdown_pending = 0;
/httpd/server/mpm/event/
H A Devent.c679 static int volatile restart_pending; variable
710 * parent process will use the shutdown_pending and restart_pending variables
736 if (restart_pending == 1) {
740 restart_pending = 1;
2958 while (!restart_pending && !shutdown_pending) {
3089 restart_pending = shutdown_pending = 0;

Completed in 54 milliseconds