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

/freebsd-13-stable/contrib/apr/include/
H A Dapr_thread_cond.h44 typedef struct apr_thread_cond_t apr_thread_cond_t; typedef in typeref:struct:apr_thread_cond_t
59 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
77 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond,
96 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond,
108 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond);
117 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond);
123 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond);
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_thread_cond.h35 struct apr_thread_cond_t { struct
H A Dapr_arch_thread_mutex.h36 apr_thread_cond_t *cond;
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_cond.c26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data;
38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
41 apr_thread_cond_t *new_cond;
44 new_cond = apr_palloc(pool, sizeof(apr_thread_cond_t));
63 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond,
77 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond,
112 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond)
125 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond)
138 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *con
[all...]
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_queue.c52 apr_thread_cond_t *not_empty;
53 apr_thread_cond_t *not_full;
H A Dapr_reslist.c59 apr_thread_cond_t *avail;
H A Dapr_thread_pool.c75 apr_thread_cond_t *cond;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c49 typedef apr_thread_cond_t svn_thread_cond__t;

Completed in 44 milliseconds