Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fork.c387 static int timer_cb_touch_called; variable
392 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()
H A Dtest-fs-event.c67 static int timer_cb_touch_called; variable
367 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()