UV__POLLIN 227 src/unix/async.c uv__io_start(loop, &wa->io_watcher, UV__POLLIN); UV__POLLIN 239 src/unix/async.c uv__io_stop(loop, &wa->io_watcher, UV__POLLIN); UV__POLLIN 666 src/unix/core.c assert(0 == (events & ~(UV__POLLIN | UV__POLLOUT))); UV__POLLIN 699 src/unix/core.c assert(0 == (events & ~(UV__POLLIN | UV__POLLOUT))); UV__POLLIN 731 src/unix/core.c uv__io_stop(loop, w, UV__POLLIN | UV__POLLOUT); UV__POLLIN 743 src/unix/core.c assert(0 == (events & ~(UV__POLLIN | UV__POLLOUT))); UV__POLLIN 98 src/unix/internal.h #ifndef UV__POLLIN UV__POLLIN 86 src/unix/kqueue.c if ((w->events & UV__POLLIN) == 0 && (w->pevents & UV__POLLIN) != 0) { UV__POLLIN 183 src/unix/kqueue.c assert(w->events == UV__POLLIN); UV__POLLIN 184 src/unix/kqueue.c assert(w->pevents == UV__POLLIN); UV__POLLIN 193 src/unix/kqueue.c if (w->events & UV__POLLIN) { UV__POLLIN 194 src/unix/kqueue.c revents |= UV__POLLIN; UV__POLLIN 338 src/unix/kqueue.c uv__io_start(loop, &handle->event_watcher, UV__POLLIN); UV__POLLIN 347 src/unix/kqueue.c uv__io_stop(handle->loop, &handle->event_watcher, UV__POLLIN); UV__POLLIN 349 src/unix/kqueue.c uv__io_stop(handle->loop, &handle->event_watcher, UV__POLLIN); UV__POLLIN 100 src/unix/linux-core.c uv__io_stop(loop, &loop->inotify_read_watcher, UV__POLLIN); UV__POLLIN 104 src/unix/linux-inotify.c uv__io_start(loop, &loop->inotify_read_watcher, UV__POLLIN); UV__POLLIN 115 src/unix/pipe.c uv__io_start(handle->loop, &handle->io_watcher, UV__POLLIN); UV__POLLIN 194 src/unix/pipe.c uv__io_start(handle->loop, &handle->io_watcher, UV__POLLIN | UV__POLLOUT); UV__POLLIN 234 src/unix/pipe.c uv__io_stop(pipe->loop, &pipe->io_watcher, UV__POLLIN); UV__POLLIN 37 src/unix/poll.c uv__io_stop(loop, w, UV__POLLIN | UV__POLLOUT); UV__POLLIN 44 src/unix/poll.c if (events & UV__POLLIN) UV__POLLIN 68 src/unix/poll.c uv__io_stop(handle->loop, &handle->io_watcher, UV__POLLIN | UV__POLLOUT); UV__POLLIN 93 src/unix/poll.c events |= UV__POLLIN; UV__POLLIN 222 src/unix/signal.c uv__io_start(loop, &loop->signal_io_watcher, UV__POLLIN); UV__POLLIN 214 src/unix/stream.c events |= UV__POLLIN; UV__POLLIN 265 src/unix/stream.c assert(events == (events & (UV__POLLIN | UV__POLLOUT))); UV__POLLIN 268 src/unix/stream.c if ((events & UV__POLLIN) && uv__io_active(&stream->io_watcher, UV__POLLIN)) UV__POLLIN 269 src/unix/stream.c uv__stream_io(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 398 src/unix/stream.c assert(!uv__io_active(&stream->io_watcher, UV__POLLIN | UV__POLLOUT)); UV__POLLIN 501 src/unix/stream.c assert(events == UV__POLLIN); UV__POLLIN 505 src/unix/stream.c uv__io_start(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 542 src/unix/stream.c uv__io_stop(loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 594 src/unix/stream.c uv__io_start(server->loop, &server->io_watcher, UV__POLLIN); UV__POLLIN 808 src/unix/stream.c if (!uv__io_active(&stream->io_watcher, UV__POLLIN)) UV__POLLIN 952 src/unix/stream.c uv__io_stop(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 1020 src/unix/stream.c uv__io_start(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 1026 src/unix/stream.c assert(!uv__io_active(&stream->io_watcher, UV__POLLIN) && UV__POLLIN 1133 src/unix/stream.c if (events & (UV__POLLIN | UV__POLLERR)) UV__POLLIN 1331 src/unix/stream.c uv__io_start(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 1362 src/unix/stream.c uv__io_stop(stream->loop, &stream->io_watcher, UV__POLLIN); UV__POLLIN 1440 src/unix/stream.c assert(!uv__io_active(&handle->io_watcher, UV__POLLIN | UV__POLLOUT)); UV__POLLIN 383 src/unix/sunos.c uv__io_start(loop, &loop->fs_event_watcher, UV__POLLIN); UV__POLLIN 229 src/unix/tcp.c uv__io_start(tcp->loop, &tcp->io_watcher, UV__POLLIN); UV__POLLIN 59 src/unix/udp.c assert(!uv__io_active(&handle->io_watcher, UV__POLLIN | UV__POLLOUT)); UV__POLLIN 173 src/unix/udp.c if (revents & UV__POLLIN) UV__POLLIN 194 src/unix/udp.c assert(revents & UV__POLLIN); UV__POLLIN 277 src/unix/udp.c if (!uv__io_active(&handle->io_watcher, UV__POLLIN)) UV__POLLIN 644 src/unix/udp.c if (uv__io_active(&handle->io_watcher, UV__POLLIN)) UV__POLLIN 654 src/unix/udp.c uv__io_start(handle->loop, &handle->io_watcher, UV__POLLIN); UV__POLLIN 662 src/unix/udp.c uv__io_stop(handle->loop, &handle->io_watcher, UV__POLLIN);