Searched refs:apr_thread_pool_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_thread_pool.h58 typedef struct apr_thread_pool apr_thread_pool_t; typedef in typeref:struct:apr_thread_pool
77 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t **me,
86 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t *me);
97 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me,
111 APU_DECLARE(apr_status_t) apr_thread_pool_schedule(apr_thread_pool_t *me,
126 APU_DECLARE(apr_status_t) apr_thread_pool_top(apr_thread_pool_t *me,
141 APU_DECLARE(apr_status_t) apr_thread_pool_tasks_cancel(apr_thread_pool_t *me,
149 APU_DECLARE(apr_size_t) apr_thread_pool_tasks_count(apr_thread_pool_t *me);
156 APU_DECLARE(apr_size_t) apr_thread_pool_scheduled_tasks_count(apr_thread_pool_t *me);
163 APU_DECLARE(apr_size_t) apr_thread_pool_threads_count(apr_thread_pool_t *m
[all...]
/freebsd-12-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c82 static apr_status_t thread_pool_construct(apr_thread_pool_t * me,
151 static apr_thread_pool_task_t *pop_task(apr_thread_pool_t * me)
192 static apr_interval_time_t waiting_time(apr_thread_pool_t * me)
207 static struct apr_thread_list_elt *elt_new(apr_thread_pool_t * me,
240 apr_thread_pool_t *me = param;
331 apr_thread_pool_t *_myself = me;
343 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t ** me,
350 apr_thread_pool_t *tp;
353 tp = apr_pcalloc(pool, sizeof(apr_thread_pool_t));
393 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t * m
[all...]
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestqueue.c94 apr_thread_pool_t *thrp;
H A Dtestpass.c106 apr_thread_pool_t *thrp;
H A Dtestreslist.c221 apr_thread_pool_t *thrp;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c230 static apr_thread_pool_t *thread_pool = NULL;
250 apr_thread_pool_t *tp = thread_pool;
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c616 static apr_thread_pool_t *threads;

Completed in 97 milliseconds