Searched refs:loop_creation_counter (Results 1 – 1 of 1) sorted by relevance
58 static volatile int loop_creation_counter = 0; variable190 increment_counter(&loop_creation_counter); in loop_creating_worker()286 printf("loops created and destroyed: %d\n", loop_creation_counter); in TEST_IMPL()297 ASSERT(loop_creation_counter >= NUM_LOOP_CREATING_THREADS); in TEST_IMPL()