Searched refs:NUM_LOOP_CREATING_THREADS (Results 1 – 1 of 1) sorted by relevance
44 #define NUM_LOOP_CREATING_THREADS 10 macro224 uv_thread_t loop_creating_threads[NUM_LOOP_CREATING_THREADS]; in TEST_IMPL()238 for (i = 0; i < NUM_LOOP_CREATING_THREADS; i++) { in TEST_IMPL()296 for (i = 0; i < NUM_LOOP_CREATING_THREADS; i++) { in TEST_IMPL()315 ASSERT_GE(loop_creation_counter, NUM_LOOP_CREATING_THREADS); in TEST_IMPL()
Completed in 4 milliseconds