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

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c41 } apr_thread_pool_task_t; typedef in typeref:struct:apr_thread_pool_task
79 apr_thread_pool_task_t *task_idx[TASK_PRIORITY_SEGS];
151 static apr_thread_pool_task_t *pop_task(apr_thread_pool_t * me)
153 apr_thread_pool_task_t *task = NULL;
194 apr_thread_pool_task_t *task = NULL;
241 apr_thread_pool_task_t *task = NULL;
402 static apr_thread_pool_task_t *task_new(apr_thread_pool_t * me,
407 apr_thread_pool_task_t *t;
440 static apr_thread_pool_task_t *add_if_empty(apr_thread_pool_t * me,
441 apr_thread_pool_task_t * cons
[all...]

Completed in 101 milliseconds