Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/memory/unix/
H A Dapr_pools.c2711 apr_time_t timeout_interval; local
2759 timeout_interval = TIMEOUT_INTERVAL;
2760 apr_sleep(timeout_interval);
2775 if (timeout_interval >= TIMEOUT_USECS) {
2778 apr_sleep(timeout_interval);
2779 timeout_interval *= 2;