Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_thread_cond.h59 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_queue.c118 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()
H A Dapr_reslist.c299 rv = apr_thread_cond_create(&rl->avail, pool); in apr_reslist_create()
H A Dapr_thread_pool.c97 rv = apr_thread_cond_create(&me->cond, me->pool); in thread_pool_construct()
/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_cond.c38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
H A Dthread_mutex.c82 rv = apr_thread_cond_create(&new_mutex->cond, pool); in apr_thread_mutex_create()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c60 WRAP_APR_ERR(apr_thread_cond_create(cond, result_pool), in svn_thread_cond__create()