Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_thread_cond.h96 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond,
/freebsd-12-stable/contrib/apr/locks/unix/
Dthread_cond.c77 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() function
Dthread_mutex.c246 rv = apr_thread_cond_timedwait(mutex->cond, mutex, in apr_thread_mutex_timedlock()
/freebsd-12-stable/contrib/apr-util/misc/
Dapr_reslist.c367 if ((rv = apr_thread_cond_timedwait(reslist->avail, in apr_reslist_acquire()
Dapr_thread_pool.c315 apr_thread_cond_timedwait(me->cond, me->lock, wait); in thread_pool_func()