Searched refs:uv__io_feed (Results 1 - 12 of 12) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | pipe.c | 243 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect() 337 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect2()
|
H A D | udp.c | 339 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg() 367 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg() 419 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg()
|
H A D | tcp.c | 340 uv__io_feed(handle->loop, &handle->io_watcher); in uv__tcp_connect()
|
H A D | internal.h | 259 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
|
H A D | stream.c | 735 uv__io_feed(stream->loop, &stream->io_watcher); in uv__write_req_finish() 1178 uv__io_feed(stream->loop, &stream->io_watcher); in uv_shutdown()
|
H A D | core.c | 998 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) { in uv__io_feed() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | internal.h | 213 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
|
H A D | pipe.c | 253 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect()
|
H A D | udp.c | 375 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmmsg() 403 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmmsg() 467 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg()
|
H A D | tcp.c | 265 uv__io_feed(handle->loop, &handle->io_watcher); in uv__tcp_connect()
|
H A D | stream.c | 768 uv__io_feed(stream->loop, &stream->io_watcher); in uv__write_req_finish() 1245 uv__io_feed(stream->loop, &stream->io_watcher); in uv_shutdown()
|
H A D | core.c | 947 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) { in uv__io_feed() function
|
Completed in 15 milliseconds