Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.h16 …_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog…
H A Dfpm_request.c224 …check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog… in fpm_request_check_timed_out() argument
270 if (terminate_timeout && tv.tv_sec >= terminate_timeout) { in fpm_request_check_timed_out()
H A Dfpm_process_ctl.c300 int terminate_timeout = wp->config->request_terminate_timeout; in fpm_pctl_check_request_timeout() local
304 if (terminate_timeout || slowlog_timeout) { in fpm_pctl_check_request_timeout()
306 fpm_request_check_timed_out(child, now, terminate_timeout, slowlog_timeout, track_finished); in fpm_pctl_check_request_timeout()

Completed in 6 milliseconds