Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/include/
HDapr_thread_pool.h77 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t **me,
/trueos/contrib/apr-util/test/
HDtestqueue.c102 rv = apr_thread_pool_create(&thrp, 0, NUMBER_CONSUMERS + NUMBER_PRODUCERS, p); in test_queue_producer_consumer()
HDtestpass.c108 rv = apr_thread_pool_create(&thrp, NUM_THR/2, NUM_THR, p); in test_threadsafe()
HDtestreslist.c224 rv = apr_thread_pool_create(&thrp, CONSUMER_THREADS/2, CONSUMER_THREADS, p); in test_reslist()
/trueos/contrib/apr-util/misc/
HDapr_thread_pool.c343 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t ** me, in apr_thread_pool_create() function