Home
last modified time | relevance | path

Searched refs:timer_cb_touch_called (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-fork.c457 static int timer_cb_touch_called; variable
462 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()
H A Dtest-fs-event.c50 static int timer_cb_touch_called; variable
356 timer_cb_touch_called++; in timer_cb_touch()
710 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()
716 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()
1222 ASSERT_OK(timer_cb_touch_called); in TEST_IMPL()
1227 ASSERT_EQ(1, timer_cb_touch_called); in TEST_IMPL()

Completed in 9 milliseconds