Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_request.h22 …t fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog_timeout, int track_fi…
H A Dfpm_request.c222 … fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog_timeout, int track_fi… in fpm_request_check_timed_out() argument
251 if (child->slow_logged.tv_sec == 0 && slowlog_timeout && in fpm_request_check_timed_out()
252 proc.request_stage == FPM_REQUEST_EXECUTING && tv.tv_sec >= slowlog_timeout) { in fpm_request_check_timed_out()
H A Dfpm_process_ctl.c304 int slowlog_timeout = wp->config->request_slowlog_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 8 milliseconds