Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr/memory/unix/
H A Dapr_pools.c2434 apr_time_t timeout_interval; local
2482 timeout_interval = TIMEOUT_INTERVAL;
2483 apr_sleep(timeout_interval);
2498 if (timeout_interval >= TIMEOUT_USECS) {
2501 apr_sleep(timeout_interval);
2502 timeout_interval *= 2;