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

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c58 volatile apr_size_t thd_max; member in struct:apr_thread_pool
89 me->thd_max = max_threads;
567 if (0 == me->thd_cnt || (0 == me->idle_cnt && me->thd_cnt < me->thd_max &&
889 return me->thd_max;
901 me->thd_max = cnt;

Completed in 107 milliseconds