Lines Matching refs:uv_timer_start
161 ASSERT_OK(uv_timer_start(&timer, fs_event_create_files, 100, 0));
187 ASSERT_OK(uv_timer_start(&timer, fs_event_unlink_files, 1, 0));
209 ASSERT_OK(uv_timer_start(&timer, fs_event_unlink_files, 1, 0));
237 ASSERT_OK(uv_timer_start(&timer, fs_event_create_files_in_subdir, 100, 0));
263 ASSERT_OK(uv_timer_start(&timer,
307 ASSERT_OK(uv_timer_start(&timer,
430 r = uv_timer_start(&timer, fs_event_create_files, 100, 0);
476 r = uv_timer_start(&timer, fs_event_create_files_in_subdir, 100, 0);
541 r = uv_timer_start(&timer, timer_cb_file, 100, 0);
587 r = uv_timer_start(&timer, timer_cb_file, 100, 100);
643 r = uv_timer_start(&timer, timer_cb_exact, 100, 100);
675 ASSERT_OK(uv_timer_start(&timer, timer_cb_watch_twice, 10, 0));
716 r = uv_timer_start(&timer, timer_cb_touch, 1100, 0);
866 r = uv_timer_start(&timer, timer_cb, 1, 0);
973 r = uv_timer_start(&timer, fs_event_create_files, 100, 0);
1138 ASSERT_OK(uv_timer_start(&timer, timer_cb_nop, 2, 0));
1228 ASSERT_OK(uv_timer_start(&timer, timer_cb_touch, 100, 0));