Home
last modified time | relevance | path

Searched refs:uv__fs_poll_close (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/src/win/
Dhandle.c140 uv__fs_poll_close((uv_fs_poll_t*) handle); in uv_close()
/third_party/libuv/src/
Dfs-poll.c164 void uv__fs_poll_close(uv_fs_poll_t* handle) { in uv__fs_poll_close() function
Duv-common.h195 void uv__fs_poll_close(uv_fs_poll_t* handle);
/third_party/libuv/src/unix/
Dcore.c169 uv__fs_poll_close((uv_fs_poll_t*)handle); in uv_close()