Lines Matching refs:loop_iteration
89 static int loop_iteration = 0;
213 if (loop_iteration < ITERATIONS) {
215 for (i = 0; i < 1 + (loop_iteration % IDLE_COUNT); i++) {
249 /* Prepare_2 gets started by prepare_1 when (loop_iteration % 2 == 0), and it
251 * round, so when this callback is made (loop_iteration % 2 == 0) cannot be
253 ASSERT_NE(0, loop_iteration % 2);
269 if (loop_iteration % 2 == 0) {
275 loop_iteration++;
277 printf("Loop iteration %d of %d.\n", loop_iteration, ITERATIONS);
318 ASSERT_EQ(loop_iteration, ITERATIONS);