Lines Matching refs:POLLOUT
165 if (uv__io_active(&stream->io_watcher, POLLOUT))
208 events |= POLLOUT;
237 assert(events == (events & (POLLIN | POLLOUT)));
243 if ((events & POLLOUT) && uv__io_active(&stream->io_watcher, POLLOUT))
244 uv__stream_io(stream->loop, &stream->io_watcher, POLLOUT);
446 assert(!uv__io_active(&stream->io_watcher, POLLIN | POLLOUT));
664 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
918 uv__io_start(stream->loop, &stream->io_watcher, POLLOUT);
928 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
1292 if (events & (POLLOUT | POLLERR | POLLHUP)) {
1341 uv__io_stop(stream->loop, &stream->io_watcher, POLLOUT);
1456 uv__io_start(stream->loop, &stream->io_watcher, POLLOUT);
1620 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT));