Searched refs:thread_count (Results 1 – 2 of 2) sorted by relevance
35 thread_count = 4, enumerator81 xpthread_barrier_init (&barrier, NULL, thread_count + 1); in do_test()83 pthread_t threads[thread_count]; in do_test()
227 enum { thread_count = 8 }; enumerator245 pthread_t threads[thread_count]; in run_one()247 for (unsigned i = 0; i < thread_count; ++i) in run_one()261 for (unsigned i = 0; i < thread_count; ++i) in run_one()378 int ret = pthread_barrier_init (&start_barrier, NULL, thread_count + 1); in do_test()386 ret = pthread_barrier_init (&end_barrier, NULL, thread_count + 1); in do_test()
Completed in 6 milliseconds