Searched refs:outer_thread_count (Results 1 – 1 of 1) sorted by relevance
105 enum { outer_thread_count = 2 }; in do_test() enumerator117 pthread_t *threads = xcalloc (sizeof (*threads), outer_thread_count); in do_test()118 for (long i = 0; i < outer_thread_count; ++i) in do_test()130 for (long i = 0; i < outer_thread_count; ++i) in do_test()
Completed in 4 milliseconds