Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/misc/
HDapr_thread_pool.c49 volatile void *current_owner; member
225 elt->current_owner = NULL; in elt_new()
263 elt->current_owner = task->owner; in thread_pool_func()
270 elt->current_owner = NULL; in thread_pool_func()
276 assert(NULL == elt->current_owner); in thread_pool_func()
668 if (elt->current_owner != owner) { in wait_on_busy_threads()
682 while (elt->current_owner == owner) { in wait_on_busy_threads()