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

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c331 apr_thread_pool_t *_myself = me; local
333 _myself->terminated = 1;
334 apr_thread_pool_idle_max_set(_myself, 0);
335 while (_myself->thd_cnt) {
338 apr_thread_mutex_destroy(_myself->lock);
339 apr_thread_cond_destroy(_myself->cond);

Completed in 117 milliseconds