Home
last modified time | relevance | path

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

/freebsd-11-stable/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()
/freebsd-11-stable/contrib/apr-util/include/
HDapr_thread_pool.h77 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t **me,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
HDbatch_fsync.c274 WRAP_APR_ERR(apr_thread_pool_create(&thread_pool, 0, MAX_THREADS, pool), in create_thread_pool()
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
HDsvnserve.c1311 status = apr_thread_pool_create(&threads, in sub_main()
/freebsd-11-stable/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