Searched refs:uv_fs_poll_start (Results 1 - 8 of 8) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fs-poll.c | 160 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 D | test-ref.c | 214 uv_fs_poll_start(&h, NULL, ".", 999); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_stat_watcher.cc | 118 // 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 D | fs-poll.c | 66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() function
|
/third_party/node/deps/uv/src/ |
H A D | fs-poll.c | 66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1701 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1566 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1589 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
|
Completed in 12 milliseconds