Searched refs:uv_fs_poll_start (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
D | test-fs-poll.c | 160 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb, FIXTURE, 100)); in TEST_IMPL() 182 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL() 209 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL() 233 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL() 260 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb_fail, FIXTURE, 100)); in TEST_IMPL() 284 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb_noop, FIXTURE, 100)); in TEST_IMPL()
|
D | test-ref.c | 214 uv_fs_poll_start(&h, NULL, ".", 999); in TEST_IMPL()
|
/third_party/libuv/docs/src/ |
D | fs_poll.rst | 21 Callback passed to :c:func:`uv_fs_poll_start` which will be called repeatedly 49 .. c:function:: int uv_fs_poll_start(uv_fs_poll_t* handle, uv_fs_poll_cb poll_cb, const char* path,…
|
/third_party/node/src/ |
D | node_stat_watcher.cc | 114 const int err = uv_fs_poll_start(&wrap->watcher_, Callback, *path, interval); in Start()
|
/third_party/libuv/src/ |
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/ |
D | uv.h | 1589 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1566 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
|