POLLIN 1420 components/breakpad/app/breakpad_linux.cc poll_fd.events = POLLIN | POLLPRI | POLLERR; POLLIN 94 content/browser/renderer_host/render_sandbox_host_linux.cc pfds[0].events = POLLIN; POLLIN 96 content/browser/renderer_host/render_sandbox_host_linux.cc pfds[1].events = POLLIN; POLLIN 50 content/common/gpu/media/exynos_v4l2_video_device.cc pollfds[0].events = POLLIN | POLLERR; POLLIN 56 content/common/gpu/media/exynos_v4l2_video_device.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI; POLLIN 1058 content/common/gpu/media/exynos_video_encode_accelerator.cc pollfds[0].events = POLLIN | POLLERR; POLLIN 1066 content/common/gpu/media/exynos_video_encode_accelerator.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR; POLLIN 1072 content/common/gpu/media/exynos_video_encode_accelerator.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR; POLLIN 26 media/midi/midi_manager_alsa.cc const unsigned short kPollEventMask = POLLIN | POLLERR | POLLNVAL; POLLIN 298 media/midi/midi_manager_alsa.cc if (revents & POLLIN) { POLLIN 112 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error err = wait.WaitOnEvent(POLLIN, -1); POLLIN 148 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc emitter_->ClearEvents_Locked(POLLIN); POLLIN 227 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc emitter_->RaiseEvents_Locked(POLLIN); POLLIN 1047 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc events |= POLLIN; POLLIN 1090 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc if (info->revents & POLLIN) { POLLIN 1138 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int events = POLLIN | POLLOUT; POLLIN 58 native_client_sdk/src/libraries/nacl_io/node.cc return POLLIN | POLLOUT; POLLIN 34 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc Error err = wait.WaitOnEvent(POLLIN, ms); POLLIN 361 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error err = wait.WaitOnEvent(POLLIN, ms); POLLIN 31 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc RaiseEvents_Locked(POLLIN | POLLOUT); POLLIN 37 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc RaiseEvents_Locked(POLLIN); POLLIN 399 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc Error err = wait.WaitOnEvent(POLLIN, ms); POLLIN 410 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc emitter_->ClearEvents_Locked(POLLIN); POLLIN 33 native_client_sdk/src/libraries/nacl_io/stream/stream_event_emitter.cc status |= POLLIN; POLLIN 384 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc struct pollfd pollfd = { sock_, POLLIN|POLLOUT, 0 }; POLLIN 669 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc struct pollfd pollfd = { server_sock, POLLIN|POLLOUT, 0 }; POLLIN 681 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc pollfd.events = POLLIN | POLLOUT; POLLIN 696 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc pollfd.events = POLLIN | POLLOUT; POLLIN 51 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RegisterListener(&listener_a, POLLIN | POLLOUT | POLLERR); POLLIN 52 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RegisterListener(&listener_b, POLLIN | POLLOUT | POLLERR); POLLIN 59 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RaiseEvents_Locked(POLLIN); POLLIN 61 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(POLLIN, listener_a.Events()); POLLIN 70 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(POLLIN | POLLOUT, listener_b.Events()); POLLIN 97 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(0, listener.WaitOnEvent(POLLIN, -1)); POLLIN 98 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter_.ClearEvents_Locked(POLLIN); POLLIN 125 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter_.RaiseEvents_Locked(POLLIN); POLLIN 136 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter_.RaiseEvents_Locked(POLLIN); POLLIN 145 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter_.RaiseEvents_Locked(POLLIN); POLLIN 170 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(ETIMEDOUT, locker.WaitOnEvent(POLLIN, 0)); POLLIN 183 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(0, locker.WaitOnEvent(POLLIN, 0)); POLLIN 231 native_client_sdk/src/tests/nacl_io_test/event_test.cc pollfds[index].events = POLLIN | POLLOUT; POLLIN 263 native_client_sdk/src/tests/nacl_io_test/event_test.cc ASSERT_EQ(POLLIN | POLLOUT, pollfds[0].revents); POLLIN 264 native_client_sdk/src/tests/nacl_io_test/event_test.cc ASSERT_EQ(POLLIN | POLLOUT, pollfds[1].revents); POLLIN 327 net/socket/unix_domain_socket_posix_unittest.cc poll_fd.events = POLLIN; POLLIN 71 net/test/spawned_test_server/local_test_server_posix.cc poll_fds[0].events = POLLIN | POLLPRI; POLLIN 161 sandbox/linux/tests/unit_tests.cc struct pollfd poll_fd = {fds[0], POLLIN | POLLRDHUP, 0}; POLLIN 256 third_party/libevent/devpoll.c what |= POLLIN | POLLOUT; POLLIN 258 third_party/libevent/devpoll.c what |= POLLIN | POLLOUT; POLLIN 260 third_party/libevent/devpoll.c if (what & POLLIN) { POLLIN 320 third_party/libevent/devpoll.c events |= POLLIN; POLLIN 361 third_party/libevent/devpoll.c events |= POLLIN; POLLIN 375 third_party/libevent/devpoll.c if ((events & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) { POLLIN 381 third_party/libevent/devpoll.c if ((events & POLLIN) && evdp->evwrite != NULL) { POLLIN 387 third_party/libevent/devpoll.c devpoll_queue(devpollop, fd, POLLIN); POLLIN 107 third_party/libevent/evport.c #define FDI_TO_SYSEVENTS(fdi) (FDI_HAS_READ(fdi) ? POLLIN : 0) | \ POLLIN 365 third_party/libevent/evport.c if (pevt->portev_events & POLLIN) POLLIN 113 third_party/libevent/poll.c if (pop->event_set[idx].events & POLLIN) { POLLIN 181 third_party/libevent/poll.c what |= POLLIN|POLLOUT; POLLIN 182 third_party/libevent/poll.c if (what & POLLIN) { POLLIN 297 third_party/libevent/poll.c pfd->events |= POLLIN; POLLIN 330 third_party/libevent/poll.c pfd->events &= ~POLLIN; POLLIN 1127 third_party/libusb/src/libusb/io.c r = usbi_add_pollfd(ctx, ctx->ctrl_pipe[0], POLLIN); POLLIN 1138 third_party/libusb/src/libusb/io.c r = usbi_add_pollfd(ctx, ctx->hotplug_pipe[0], POLLIN); POLLIN 1147 third_party/libusb/src/libusb/io.c r = usbi_add_pollfd(ctx, ctx->timerfd, POLLIN); POLLIN 972 third_party/libusb/src/libusb/os/darwin_usb.c usbi_add_pollfd(HANDLE_CTX(dev_handle), priv->fds[0], POLLIN); POLLIN 309 third_party/libusb/src/libusb/os/linux_netlink.c .events = POLLIN }, POLLIN 311 third_party/libusb/src/libusb/os/linux_netlink.c .events = POLLIN }, POLLIN 318 third_party/libusb/src/libusb/os/linux_netlink.c if (fds[0].revents & POLLIN) { POLLIN 326 third_party/libusb/src/libusb/os/linux_netlink.c if (fds[1].revents & POLLIN) { POLLIN 168 third_party/libusb/src/libusb/os/linux_udev.c .events = POLLIN}, POLLIN 170 third_party/libusb/src/libusb/os/linux_udev.c .events = POLLIN}, POLLIN 176 third_party/libusb/src/libusb/os/linux_udev.c if (fds[0].revents & POLLIN) { POLLIN 184 third_party/libusb/src/libusb/os/linux_udev.c if (fds[1].revents & POLLIN) { POLLIN 262 third_party/libusb/src/libusb/os/openbsd_usb.c return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->pipe[0], POLLIN); POLLIN 531 third_party/libusb/src/libusb/os/poll_windows.c if ((fds[i].events & ~POLLIN) && (!(fds[i].events & POLLOUT))) { POLLIN 555 third_party/libusb/src/libusb/os/poll_windows.c if ((fds[i].events & POLLIN) && (poll_fd[_index].rw != RW_READ)) { POLLIN 670 third_party/libusb/src/libusb/os/wince_usb.c usbi_add_pollfd(ctx, transfer_priv->pollable_fd.fd, direction_in ? POLLIN : POLLOUT); POLLIN 1943 third_party/libusb/src/libusb/os/windows_usb.c (short)(IS_XFERIN(transfer) ? POLLIN : POLLOUT)); POLLIN 1963 third_party/libusb/src/libusb/os/windows_usb.c (short)(IS_XFERIN(transfer) ? POLLIN : POLLOUT)); POLLIN 1982 third_party/libusb/src/libusb/os/windows_usb.c usbi_add_pollfd(ctx, transfer_priv->pollable_fd.fd, POLLIN); POLLIN 597 third_party/libxml/src/nanohttp.c p.events = POLLIN; POLLIN 97 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _PR_UNIX_POLL_READ POLLIN POLLIN 1915 third_party/npapi/npspy/extern/nspr/prio.h #define PR_POLL_READ POLLIN