Searched refs:thrp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestqueue.c94 apr_thread_pool_t *thrp; local
102 rv = apr_thread_pool_create(&thrp, 0, NUMBER_CONSUMERS + NUMBER_PRODUCERS, p);
106 rv = apr_thread_pool_push(thrp, consumer, tc, 0, NULL);
111 rv = apr_thread_pool_push(thrp, producer, tc, 0, NULL);
120 rv = apr_thread_pool_destroy(thrp);
H A Dtestpass.c106 apr_thread_pool_t *thrp; local
108 rv = apr_thread_pool_create(&thrp, NUM_THR/2, NUM_THR, p);
112 rv = apr_thread_pool_push(thrp, testing_thread, tc, 0, NULL);
116 apr_thread_pool_destroy(thrp);
H A Dtestreslist.c221 apr_thread_pool_t *thrp; local
224 rv = apr_thread_pool_create(&thrp, CONSUMER_THREADS/2, CONSUMER_THREADS, p);
244 rv = apr_thread_pool_push(thrp, resource_consuming_thread,
249 rv = apr_thread_pool_destroy(thrp);

Completed in 51 milliseconds