in_event_loop      65 sapi/fpm/fpm/fpm_children.c static void fpm_child_close(struct fpm_child_s *child, int in_event_loop) /* {{{ */
in_event_loop      68 sapi/fpm/fpm/fpm_children.c 		if (in_event_loop) {
in_event_loop      77 sapi/fpm/fpm/fpm_children.c 		if (in_event_loop) {
in_event_loop     361 sapi/fpm/fpm/fpm_children.c int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debug) /* {{{ */
in_event_loop     369 sapi/fpm/fpm/fpm_children.c 		if (!in_event_loop) { /* starting */
in_event_loop     375 sapi/fpm/fpm/fpm_children.c 		if (!in_event_loop) { /* starting */
in_event_loop      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);