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(timer_called == 1); in TEST_IMPL()67 ASSERT(timer_called == 10); in TEST_IMPL()
26 static int timer_called = 0; variable31 timer_called = 1; in timer_cb()42 ASSERT(timer_called == 0); in TEST_IMPL()