Searched refs:apr_thread_cond_create (Results 1 – 7 of 7) sorted by relevance
59 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
118 rv = apr_thread_cond_create(&queue->not_empty, a); in apr_queue_create()123 rv = apr_thread_cond_create(&queue->not_full, a); in apr_queue_create()
299 rv = apr_thread_cond_create(&rl->avail, pool); in apr_reslist_create()
97 rv = apr_thread_cond_create(&me->cond, me->pool); in thread_pool_construct()
38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
82 rv = apr_thread_cond_create(&new_mutex->cond, pool); in apr_thread_mutex_create()
60 WRAP_APR_ERR(apr_thread_cond_create(cond, result_pool), in svn_thread_cond__create()