Searched defs:child_main (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/winnt/
H A Dchild.c917 * child_main()
958 void child_main(apr_pool_t *pconf, DWORD parent_pid) function
1136 * things in the child_main loop, but should happen in master_main.
/httpd/server/mpm/motorz/
H A Dmotorz.c32 * with the -X flag. If set, this gets you the child_main loop running
822 * they are really private to child_main.
828 static void child_main(motorz_core_t *mz, int child_num_arg, int child_bucket) function
910 "child_main: motorz_setup_workers failed");
1057 child_main(mz, slot, 0);
1116 child_main(mz, slot, bucket);
/httpd/server/mpm/prefork/
H A Dprefork.c141 * with the -X flag. If set, this gets you the child_main loop running
489 * they are really private to child_main.
495 static void child_main(int child_num_arg, int child_bucket) function
772 child_main(slot, 0);
836 child_main(slot, bucket);
/httpd/server/mpm/worker/
H A Dworker.c213 * child_main loop running in the process which originally started up.
1132 /* What state should this child_main process be listed as in the
1227 static void child_main(int child_num_arg, int child_bucket) function
1415 child_main(slot, 0);
1456 child_main(slot, bucket);
/httpd/server/mpm/event/
H A Devent.c406 * child_main loop running in the process which originally started up.
2423 /* What state should this child_main process be listed as in the
2500 static void child_main(int child_num_arg, int child_bucket) function
2686 child_main(slot, 0);
2728 child_main(slot, bucket);

Completed in 39 milliseconds