Searched refs:timer_cb_touch (Results 1 – 2 of 2) sorted by relevance
/libuv/test/ |
H A D | test-fork.c | 459 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 D | test-fs-event.c | 391 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