Lines Matching refs:POLLOUT
175 if (uv__io_active(&stream->io_watcher, POLLOUT))
218 events |= POLLOUT;
247 assert(events == (events & (POLLIN | POLLOUT)));
253 if ((events & POLLOUT) && uv__io_active(&stream->io_watcher, POLLOUT))
254 uv__stream_io(stream->loop, &stream->io_watcher, POLLOUT);
456 assert(!uv__io_active(&stream->io_watcher, POLLIN | POLLOUT));
632 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
884 uv__io_start(stream->loop, &stream->io_watcher, POLLOUT);
895 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
1225 if (events & (POLLOUT | POLLERR | POLLHUP)) {
1274 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
1389 uv__io_start(stream->loop, &stream->io_watcher, POLLOUT);
1553 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT));