Lines Matching defs:master_main
703 * 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)
767 "master_main: create child process failed. Exiting.");
791 "master_main: WaitForMultipleObjects WAIT_FAILED -- doing server shutdown");
797 "master_main: WaitForMultipleObjects with INFINITE wait exited with WAIT_TIMEOUT");
1727 restart = master_main(ap_server_conf, shutdown_event, restart_event);