Searched refs:uv__io_feed (Results 1 – 6 of 6) sorted by relevance
/libuv/src/unix/ |
H A D | pipe.c | 248 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect() 342 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect2()
|
H A D | udp.c | 328 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg_one() 397 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg_many() 423 uv__io_feed(handle->loop, &handle->io_watcher); in uv__udp_sendmsg_many()
|
H A D | internal.h | 263 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
|
H A D | tcp.c | 346 uv__io_feed(handle->loop, &handle->io_watcher); in uv__tcp_connect()
|
H A D | stream.c | 736 uv__io_feed(stream->loop, &stream->io_watcher); in uv__write_req_finish() 1183 uv__io_feed(stream->loop, &stream->io_watcher); in uv_shutdown()
|
H A D | core.c | 984 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) { in uv__io_feed() function
|
Completed in 33 milliseconds