Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c238 static void *APR_THREAD_FUNC thread_pool_func(apr_thread_t * t, void *param) in thread_pool_func() function
374 rv = apr_thread_create(&t, NULL, thread_pool_func, tp, tp->pool); in apr_thread_pool_create()
516 rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool); in schedule_task()
569 rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool); in add_task()