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

/freebsd-11-stable/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);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp151 void __tsan_init(ThreadState **thrp, Processor **procp, argument
155 main_thr = *thrp = thr;

Completed in 119 milliseconds