Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_process_ctl.h17 int fpm_pctl_can_spawn_children(void);
H A Dfpm_children.c278 if (!fpm_pctl_can_spawn_children()) { in fpm_children_bury()
421 …while (fpm_pctl_can_spawn_children() && wp->running_children < max && (fpm_global_config.process_m… in fpm_children_make()
H A Dfpm_process_ctl.c253 int fpm_pctl_can_spawn_children(void) in fpm_pctl_can_spawn_children() function
495 if (fpm_pctl_can_spawn_children()) { in fpm_pctl_perform_idle_server_maintenance_heartbeat()

Completed in 10 milliseconds