Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_request.h18 …med_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog_timeout);
H A Dfpm_request.c228 …ruct fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog_timeout) /* {{{ */ in fpm_request_check_timed_out() argument
257 if (child->slow_logged.tv_sec == 0 && slowlog_timeout && in fpm_request_check_timed_out()
258 proc.request_stage == FPM_REQUEST_EXECUTING && tv.tv_sec >= slowlog_timeout) { in fpm_request_check_timed_out()
H A Dfpm_process_ctl.c298 int slowlog_timeout = wp->config->request_slowlog_timeout; in fpm_pctl_check_request_timeout() local
301 if (terminate_timeout || slowlog_timeout) { in fpm_pctl_check_request_timeout()
303 fpm_request_check_timed_out(child, now, terminate_timeout, slowlog_timeout); in fpm_pctl_check_request_timeout()

Completed in 15 milliseconds