Home
last modified time | relevance | path

Searched refs:uv_fs_poll_stop (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/test/
Dtest-fs-poll.c234 ASSERT(0 == uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
259 ASSERT(0 == uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
288 ASSERT(0 == uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
/third_party/libuv/src/
Dfs-poll.c116 int uv_fs_poll_stop(uv_fs_poll_t* handle) { in uv_fs_poll_stop() function
165 uv_fs_poll_stop(handle); in uv__fs_poll_close()
/third_party/libuv/docs/src/
Dfs_poll.rst57 .. c:function:: int uv_fs_poll_stop(uv_fs_poll_t* handle)
/third_party/libuv/include/
Duv.h1593 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle);
/third_party/libuv/include/uv_ndk/
Duv.h1570 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle);
/third_party/libuv/
DChangeLog1272 * unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)