Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dtst-malloc_info.c35 thread_count = 4, enumerator
81 xpthread_barrier_init (&barrier, NULL, thread_count + 1); in do_test()
83 pthread_t threads[thread_count]; in do_test()
A Dtst-malloc-thread-fail.c227 enum { thread_count = 8 }; enumerator
245 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