Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-poll.c232 ASSERT_OK(uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
255 ASSERT_OK(uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
282 ASSERT_OK(uv_fs_poll_stop(&poll_handle)); in TEST_IMPL()
/libuv/src/
H A 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()
/libuv/docs/src/
H A Dfs_poll.rst57 .. c:function:: int uv_fs_poll_stop(uv_fs_poll_t* handle)
/libuv/include/
H A Duv.h1674 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle);
/libuv/
H A DChangeLog1952 * unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)

Completed in 24 milliseconds