Home
last modified time | relevance | path

Searched refs:fpm_pctl_can_spawn_children (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.h19 int fpm_pctl_can_spawn_children();
H A Dfpm_process_ctl.c247 int fpm_pctl_can_spawn_children() /* {{{ */ in fpm_pctl_can_spawn_children() function
480 if (fpm_pctl_can_spawn_children()) { in fpm_pctl_perform_idle_server_maintenance_heartbeat()
H A Dfpm_children.c256 if (!fpm_pctl_can_spawn_children()) { in fpm_children_bury()
398 …while (fpm_pctl_can_spawn_children() && wp->running_children < max && (fpm_global_config.process_m… in fpm_children_make()

Completed in 7 milliseconds