Searched refs:child_main (Results 1 - 7 of 7) sorted by relevance
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.h | 95 void child_main(apr_pool_t *pconf, DWORD parent_pid);
|
H A D | child.c | 917 * 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.
|
H A D | mpm_winnt.c | 78 /* set by child_main to STACK_SIZE_PARAM_IS_A_RESERVATION for NT >= 5.1 (XP/2003) */ 1710 child_main(pconf, parent_pid);
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 141 * 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/motorz/ |
H A D | motorz.c | 32 * 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/worker/ |
H A D | worker.c | 213 * 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 D | event.c | 406 * 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 81 milliseconds