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; variable401 timer_cb_touch_called++; in timer_cb_touch()793 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()799 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()1205 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()1210 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()
Completed in 10 milliseconds