Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr-util/misc/
Dapr_thread_pool.c41 } apr_thread_pool_task_t; typedef
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) in pop_task()
153 apr_thread_pool_task_t *task = NULL; in pop_task()
194 apr_thread_pool_task_t *task = NULL; in waiting_time()
241 apr_thread_pool_task_t *task = NULL; in thread_pool_func()
402 static apr_thread_pool_task_t *task_new(apr_thread_pool_t * me, in task_new()
407 apr_thread_pool_task_t *t; in task_new()
440 static apr_thread_pool_task_t *add_if_empty(apr_thread_pool_t * me, in add_if_empty()
441 apr_thread_pool_task_t * const t) in add_if_empty()
[all …]