Searched refs:loop_counter (Results 1 – 1 of 1) sorted by relevance
74 int loop_counter = 0; in WaitForCount() local78 while (count->Count() < target && loop_counter < 100*target) { in WaitForCount()79 ++loop_counter; in WaitForCount()82 LOG("Test looped %d times\n", loop_counter); in WaitForCount()