Home
last modified time | relevance | path

Searched refs:uv_fs_poll_start (Results 1 - 8 of 8) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-poll.c160 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb, FIXTURE, 100)); in TEST_IMPL()
182 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL()
209 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL()
231 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL()
256 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL()
278 ASSERT_OK(uv_fs_poll_start(&poll_handle, poll_cb_noop, FIXTURE, 100)); in TEST_IMPL()
H A Dtest-ref.c214 uv_fs_poll_start(&h, NULL, ".", 999); in TEST_IMPL()
/third_party/node/src/
H A Dnode_stat_watcher.cc118 // Note that uv_fs_poll_start does not return ENOENT, we are handling in Start()
120 const int err = uv_fs_poll_start(&wrap->watcher_, Callback, *path, interval); in Start()
/third_party/libuv/src/
H A Dfs-poll.c66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() function
/third_party/node/deps/uv/src/
H A Dfs-poll.c66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() function
/third_party/libuv/include/
H A Duv.h1701 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
/third_party/libuv/include/uv_ndk/
H A Duv.h1566 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
/third_party/node/deps/uv/include/
H A Duv.h1589 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,

Completed in 12 milliseconds