fpm_children_make  288 sapi/fpm/fpm/fpm_children.c 				fpm_children_make(wp, 1 /* in event loop */, 1, 0);
fpm_children_make  453 sapi/fpm/fpm/fpm_children.c 	return fpm_children_make(wp, 0 /* not in event loop yet */, 0, 1);
fpm_children_make   18 sapi/fpm/fpm/fpm_children.h int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug);
fpm_children_make  419 sapi/fpm/fpm/fpm_process_ctl.c 			fpm_children_make(wp, 1, children_to_fork, 1);
fpm_children_make  530 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_children_make(wp, 1, 1, 1);