Searched refs:uv_fs_poll_stop (Results 1 – 5 of 5) sorted by relevance
232 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()
116 int uv_fs_poll_stop(uv_fs_poll_t* handle) { in uv_fs_poll_stop() function168 uv_fs_poll_stop(handle); in uv__fs_poll_close()
57 .. c:function:: int uv_fs_poll_stop(uv_fs_poll_t* handle)
1692 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle);
2203 * unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)
Completed in 24 milliseconds