Searched refs:timer_cb_touch (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-fork.c | 389 static void timer_cb_touch(uv_timer_t* timer) { in timer_cb_touch() function 436 r = uv_timer_start(&timer, timer_cb_touch, 100, 0); in assert_watch_file_current_dir() 581 r = uv_timer_start(&timer, timer_cb_touch, 100, 0); in TEST_IMPL()
|
H A D | test-fs-event.c | 364 static void timer_cb_touch(uv_timer_t* timer) { in timer_cb_touch() function 714 r = uv_timer_start(&timer, timer_cb_touch, 1100, 0); in TEST_IMPL() 1224 ASSERT_EQ(0, uv_timer_start(&timer, timer_cb_touch, 100, 0)); in TEST_IMPL()
|