Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/include/
H A Dapr_thread_pool.h77 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t **me,
/freebsd-13.1/contrib/apr-util/test/
H A Dtestqueue.c102 rv = apr_thread_pool_create(&thrp, 0, NUMBER_CONSUMERS + NUMBER_PRODUCERS, p); in test_queue_producer_consumer()
H A Dtestpass.c108 rv = apr_thread_pool_create(&thrp, NUM_THR/2, NUM_THR, p); in test_threadsafe()
H A Dtestreslist.c224 rv = apr_thread_pool_create(&thrp, CONSUMER_THREADS/2, CONSUMER_THREADS, p); in test_reslist()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c274 WRAP_APR_ERR(apr_thread_pool_create(&thread_pool, 0, MAX_THREADS, pool), in create_thread_pool()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c1311 status = apr_thread_pool_create(&threads, in sub_main()
/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c343 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t ** me, in apr_thread_pool_create() function