Lines Matching refs:NUM_THREADS
93 #define NUM_THREADS 100 macro
133 if (count >= NUM_THREADS * NUM_ITERATIONS) in basic_thread()
169 THREAD_T threads[NUM_THREADS]; in thread_basic()
228 for (i = 0; i < NUM_THREADS; ++i) in thread_basic()
238 for (i = 0; i < NUM_THREADS; ++i) in thread_basic()
243 tt_int_op(count, ==, NUM_THREADS * NUM_ITERATIONS); in thread_basic()
257 #undef NUM_THREADS
258 #define NUM_THREADS 10 macro
293 struct alerted_record alerted[NUM_THREADS]; in thread_conditions_simple()
294 THREAD_T threads[NUM_THREADS]; in thread_conditions_simple()
313 for (i = 0; i < NUM_THREADS; ++i) { in thread_conditions_simple()
328 for (i = 0; i < NUM_THREADS; ++i) { in thread_conditions_simple()
340 for (i = 0; i < NUM_THREADS; ++i) in thread_conditions_simple()
349 for (i = 0; i < NUM_THREADS; ++i) { in thread_conditions_simple()
381 tt_int_op(n_broadcast + n_signal + n_timed_out, ==, NUM_THREADS); in thread_conditions_simple()