Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.h16 …t fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog_timeout, int track_fi…
H A Dfpm_request.c224 … fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog_timeout, int track_fi… in fpm_request_check_timed_out() argument
253 if (child->slow_logged.tv_sec == 0 && slowlog_timeout && in fpm_request_check_timed_out()
254 proc.request_stage == FPM_REQUEST_EXECUTING && tv.tv_sec >= slowlog_timeout) { in fpm_request_check_timed_out()
H A Dfpm_process_ctl.c301 int slowlog_timeout = wp->config->request_slowlog_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