Home
last modified time | relevance | path

Searched refs:in_event_loop (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.c65 static void fpm_child_close(struct fpm_child_s *child, int in_event_loop) /* {{{ */ in fpm_child_close() argument
68 if (in_event_loop) { in fpm_child_close()
77 if (in_event_loop) { in fpm_child_close()
361 int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debu… in fpm_children_make() argument
369 if (!in_event_loop) { /* starting */ in fpm_children_make()
375 if (!in_event_loop) { /* starting */ in fpm_children_make()
H A Dfpm_children.h18 int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debu…

Completed in 13 milliseconds