Searched refs:step (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/core/
H A Dmod_watchdog.c39 apr_interval_time_t step; member in struct:watchdog_list_t
53 apr_interval_time_t step; member in struct:ap_watchdog_t
197 wl->step += (apr_time_now() - curr);
198 if (wl->step >= wl->interval) {
201 wl->step = 0;
219 w->step += (apr_time_now() - curr);
220 if (w->step >= wd_interval) {
223 w->step = 0;
224 /* Run watchdog step hook */
345 c->step
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c364 apr_interval_time_t step, tval = 0; local
369 step = timeout / 100;
371 apr_sleep(step);
375 tval += step;

Completed in 257 milliseconds