Searched refs:uv__io_close (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | internal.h | 212 void uv__io_close(uv_loop_t* loop, uv__io_t* w);
|
H A D | kqueue.c | 591 uv__io_close(handle->loop, &handle->event_watcher); in uv_fs_event_stop()
|
H A D | aix.c | 843 uv__io_close(handle->loop, &handle->event_watcher); in uv_fs_event_stop()
|
H A D | core.c | 937 void uv__io_close(uv_loop_t* loop, uv__io_t* w) { in uv__io_close() function
|
H A D | stream.c | 1594 uv__io_close(handle->loop, &handle->io_watcher); in uv__stream_close()
|
H A D | udp.c | 89 uv__io_close(handle->loop, &handle->io_watcher); in uv__udp_close()
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 258 void uv__io_close(uv_loop_t* loop, uv__io_t* w);
|
H A D | kqueue.c | 610 uv__io_close(handle->loop, &handle->event_watcher); in uv_fs_event_stop()
|
H A D | aix.c | 859 uv__io_close(handle->loop, &handle->event_watcher); in uv_fs_event_stop()
|
H A D | udp.c | 53 uv__io_close(handle->loop, &handle->io_watcher); in uv__udp_close()
|
H A D | stream.c | 1527 uv__io_close(handle->loop, &handle->io_watcher); in uv__stream_close()
|
H A D | core.c | 988 void uv__io_close(uv_loop_t* loop, uv__io_t* w) { in uv__io_close() function
|
Completed in 18 milliseconds