Searched refs:timer_called (Results 1 – 2 of 2) sorted by relevance
28 static int timer_called = 0; variable42 timer_called++; in timer_cb()43 if (timer_called == 1) in timer_cb()45 else if (timer_called == num_ticks) in timer_cb()59 ASSERT_EQ(1, timer_called); in TEST_IMPL()67 ASSERT_EQ(10, timer_called); in TEST_IMPL()
26 static int timer_called = 0; variable31 timer_called = 1; in timer_cb()42 ASSERT_OK(timer_called); in TEST_IMPL()
Completed in 8 milliseconds