Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fork.c459 static void timer_cb_touch(uv_timer_t* timer) { in timer_cb_touch() function
506 r = uv_timer_start(&timer, timer_cb_touch, 100, 0); in assert_watch_file_current_dir()
659 r = uv_timer_start(&timer, timer_cb_touch, 100, 0); in TEST_IMPL()
H A Dtest-fs-event.c391 static void timer_cb_touch(uv_timer_t* timer) { in timer_cb_touch() function
783 r = uv_timer_start(&timer, timer_cb_touch, 1100, 0); in TEST_IMPL()
1195 ASSERT_OK(uv_timer_start(&timer, timer_cb_touch, 100, 0)); in TEST_IMPL()

Completed in 8 milliseconds