Searched refs:uv__io_feed (Results 1 – 6 of 6) sorted by relevance
213 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
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()
235 uv__io_feed(handle->loop, &handle->io_watcher); in uv_pipe_connect()
264 uv__io_feed(handle->loop, &handle->io_watcher); in uv__tcp_connect()
936 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) { in uv__io_feed() function
770 uv__io_feed(stream->loop, &stream->io_watcher); in uv__write_req_finish()