Searched refs:apr_thread_pool_push (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/apr-util/test/ |
| H A D | testqueue.c | 106 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 D | testpass.c | 112 rv = apr_thread_pool_push(thrp, testing_thread, tc, 0, NULL); in test_threadsafe()
|
| H A D | testreslist.c | 244 rv = apr_thread_pool_push(thrp, resource_consuming_thread, in test_reslist()
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apr_thread_pool.h | 97 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me,
|
| /freebsd-13.1/contrib/subversion/subversion/svnserve/ |
| H A D | svnserve.c | 654 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 D | batch_fsync.c | 543 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 D | apr_thread_pool.c | 583 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me, in apr_thread_pool_push() function
|