Searched refs:timer_cb_touch_called (Results 1 – 2 of 2) sorted by relevance
457 static int timer_cb_touch_called; variable462 timer_cb_touch_called++; in timer_cb_touch()509 ASSERT_OK(timer_cb_touch_called); in assert_watch_file_current_dir()514 ASSERT_EQ(1, timer_cb_touch_called); in assert_watch_file_current_dir()520 timer_cb_touch_called = 0; in assert_watch_file_current_dir()662 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()667 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()673 timer_cb_touch_called = 0; in TEST_IMPL()
50 static int timer_cb_touch_called; variable394 timer_cb_touch_called++; in timer_cb_touch()786 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()792 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()1198 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()1203 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()
Completed in 15 milliseconds