Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/include/
HDapr_thread_pool.h86 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t *me);
/trueos/contrib/apr-util/test/
HDtestqueue.c120 rv = apr_thread_pool_destroy(thrp); in test_queue_producer_consumer()
HDtestpass.c116 apr_thread_pool_destroy(thrp); in test_threadsafe()
HDtestreslist.c249 rv = apr_thread_pool_destroy(thrp); in test_reslist()
/trueos/contrib/apr-util/misc/
HDapr_thread_pool.c393 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t * me) in apr_thread_pool_destroy() function