Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/test/
H A Dtestqueue.c106 rv = apr_thread_pool_push(thrp, consumer, tc, 0, NULL); in test_queue_producer_consumer()
111 rv = apr_thread_pool_push(thrp, producer, tc, 0, NULL); in test_queue_producer_consumer()
H A Dtestpass.c112 rv = apr_thread_pool_push(thrp, testing_thread, tc, 0, NULL); in test_threadsafe()
H A Dtestreslist.c244 rv = apr_thread_pool_push(thrp, resource_consuming_thread, in test_reslist()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_thread_pool.h97 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me,
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c654 apr_thread_pool_push(threads, serve_thread, connection, 0, NULL); in serve_thread()
1376 status = apr_thread_pool_push(threads, serve_thread, connection, in sub_main()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c543 status = apr_thread_pool_push(thread_pool, flush_task, to_sync, in svn_fs_x__batch_fsync_run()
/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c583 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me, in apr_thread_pool_push() function