Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_children.c82 static void fpm_child_close(struct fpm_child_s *child, int in_event_loop) /* {{{ */ in fpm_child_close() argument
85 if (in_event_loop) { in fpm_child_close()
95 if (in_event_loop) { in fpm_child_close()
104 if (in_event_loop && child->postponed_free) { in fpm_child_close()
410 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
418 if (!in_event_loop) { /* starting */ in fpm_children_make()
424 if (!in_event_loop) { /* starting */ in fpm_children_make()
H A Dfpm_children.h19 int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, int nb_to_spawn, int is_debu…

Completed in 6 milliseconds