Searched refs:timer_cb_touch_called (Results 1 – 2 of 2) sorted by relevance
387 static int timer_cb_touch_called; variable392 timer_cb_touch_called++; in timer_cb_touch()439 ASSERT(timer_cb_touch_called == 0); in assert_watch_file_current_dir()444 ASSERT(timer_cb_touch_called == 1); in assert_watch_file_current_dir()450 timer_cb_touch_called = 0; in assert_watch_file_current_dir()584 ASSERT(timer_cb_touch_called == 0); in TEST_IMPL()589 ASSERT(timer_cb_touch_called == 1); in TEST_IMPL()595 timer_cb_touch_called = 0; in TEST_IMPL()
67 static int timer_cb_touch_called; variable367 timer_cb_touch_called++; in timer_cb_touch()717 ASSERT(timer_cb_touch_called == 0); in TEST_IMPL()723 ASSERT(timer_cb_touch_called == 1); in TEST_IMPL()1227 ASSERT_EQ(0, timer_cb_touch_called); in TEST_IMPL()1232 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()