Searched defs:master_main (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c105 static char master_main();
171 restart = master_main();
191 static char master_main() function
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c703 * master_main()
704 * master_main() runs in the parent process. It creates the child
710 * The restart event causes master_main to start a new child process and
722 * The shutdown event causes master_main to tell the child process to
736 * robustness, master_main will restart the child process under this
739 * master_main uses the child_exit_event to signal the child process
746 static int master_main(server_rec *s, HANDLE shutdown_event, HANDLE restart_event) function
767 "master_main: create child process failed. Exiting.");
791 "master_main: WaitForMultipleObjects WAIT_FAILED -- doing server shutdown");
797 "master_main
[all...]

Completed in 19 milliseconds