Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_request.h22 …_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog…
H A Dfpm_request.c222 …check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog… in fpm_request_check_timed_out() argument
268 if (terminate_timeout && tv.tv_sec >= terminate_timeout) { in fpm_request_check_timed_out()
H A Dfpm_process_ctl.c303 int terminate_timeout = wp->config->request_terminate_timeout; in fpm_pctl_check_request_timeout() local
307 if (terminate_timeout || slowlog_timeout) { in fpm_pctl_check_request_timeout()
309 fpm_request_check_timed_out(child, now, terminate_timeout, slowlog_timeout, track_finished); in fpm_pctl_check_request_timeout()

Completed in 12 milliseconds