POLLOUT 56 content/common/gpu/media/exynos_v4l2_video_device.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI; POLLOUT 1066 content/common/gpu/media/exynos_video_encode_accelerator.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR; POLLOUT 1072 content/common/gpu/media/exynos_video_encode_accelerator.cc pollfds[nfds].events = POLLIN | POLLOUT | POLLERR; POLLOUT 46 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc emitter_->RaiseEvents_Locked(POLLOUT); POLLOUT 1050 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc events |= POLLOUT; POLLOUT 1094 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc if (info->revents & POLLOUT) { POLLOUT 1138 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int events = POLLIN | POLLOUT; POLLOUT 58 native_client_sdk/src/libraries/nacl_io/node.cc return POLLIN | POLLOUT; POLLOUT 49 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc Error err = wait.WaitOnEvent(POLLOUT, ms); POLLOUT 422 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error err = wait.WaitOnEvent(POLLOUT, ms); POLLOUT 31 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc RaiseEvents_Locked(POLLIN | POLLOUT); POLLOUT 71 native_client_sdk/src/libraries/nacl_io/socket/tcp_event_emitter.cc RaiseEvents_Locked(POLLOUT); POLLOUT 466 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc Error err = wait.WaitOnEvent(POLLOUT, ms); POLLOUT 36 native_client_sdk/src/libraries/nacl_io/stream/stream_event_emitter.cc status |= POLLOUT; POLLOUT 384 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc struct pollfd pollfd = { sock_, POLLIN|POLLOUT, 0 }; POLLOUT 386 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc ASSERT_EQ(POLLOUT, pollfd.revents); POLLOUT 669 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc struct pollfd pollfd = { server_sock, POLLIN|POLLOUT, 0 }; POLLOUT 681 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc pollfd.events = POLLIN | POLLOUT; POLLOUT 696 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc pollfd.events = POLLIN | POLLOUT; POLLOUT 51 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RegisterListener(&listener_a, POLLIN | POLLOUT | POLLERR); POLLOUT 52 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RegisterListener(&listener_b, POLLIN | POLLOUT | POLLERR); POLLOUT 67 native_client_sdk/src/tests/nacl_io_test/event_test.cc emitter.RaiseEvents_Locked(POLLOUT); POLLOUT 69 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(POLLOUT, listener_a.Events()); POLLOUT 70 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(POLLIN | POLLOUT, listener_b.Events()); POLLOUT 176 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(0, locker.WaitOnEvent(POLLOUT, 0)); POLLOUT 202 native_client_sdk/src/tests/nacl_io_test/event_test.cc EXPECT_EQ(POLLOUT, pipe_node->GetEventStatus()); POLLOUT 231 native_client_sdk/src/tests/nacl_io_test/event_test.cc pollfds[index].events = POLLIN | POLLOUT; POLLOUT 263 native_client_sdk/src/tests/nacl_io_test/event_test.cc ASSERT_EQ(POLLIN | POLLOUT, pollfds[0].revents); POLLOUT 264 native_client_sdk/src/tests/nacl_io_test/event_test.cc ASSERT_EQ(POLLIN | POLLOUT, pollfds[1].revents); POLLOUT 275 native_client_sdk/src/tests/nacl_io_test/event_test.cc ASSERT_EQ(POLLOUT, pollfds[1].revents); POLLOUT 256 third_party/libevent/devpoll.c what |= POLLIN | POLLOUT; POLLOUT 258 third_party/libevent/devpoll.c what |= POLLIN | POLLOUT; POLLOUT 265 third_party/libevent/devpoll.c if (what & POLLOUT) { POLLOUT 328 third_party/libevent/devpoll.c events |= POLLOUT; POLLOUT 363 third_party/libevent/devpoll.c events |= POLLOUT; POLLOUT 375 third_party/libevent/devpoll.c if ((events & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) { POLLOUT 383 third_party/libevent/devpoll.c devpoll_queue(devpollop, fd, POLLOUT); POLLOUT 385 third_party/libevent/devpoll.c } else if ((events & POLLOUT) && evdp->evread != NULL) { POLLOUT 108 third_party/libevent/evport.c (FDI_HAS_WRITE(fdi) ? POLLOUT : 0) POLLOUT 367 third_party/libevent/evport.c if (pevt->portev_events & POLLOUT) POLLOUT 119 third_party/libevent/poll.c if (pop->event_set[idx].events & POLLOUT) { POLLOUT 181 third_party/libevent/poll.c what |= POLLIN|POLLOUT; POLLOUT 186 third_party/libevent/poll.c if (what & POLLOUT) { POLLOUT 293 third_party/libevent/poll.c pfd->events |= POLLOUT; POLLOUT 334 third_party/libevent/poll.c pfd->events &= ~POLLOUT; POLLOUT 1296 third_party/libusb/src/libusb/os/linux_usbfs.c return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->fd, POLLOUT); POLLOUT 531 third_party/libusb/src/libusb/os/poll_windows.c if ((fds[i].events & ~POLLIN) && (!(fds[i].events & POLLOUT))) { POLLOUT 564 third_party/libusb/src/libusb/os/poll_windows.c if ((fds[i].events & POLLOUT) && (poll_fd[_index].rw != RW_WRITE)) { POLLOUT 670 third_party/libusb/src/libusb/os/wince_usb.c usbi_add_pollfd(ctx, transfer_priv->pollable_fd.fd, direction_in ? POLLIN : POLLOUT); POLLOUT 1943 third_party/libusb/src/libusb/os/windows_usb.c (short)(IS_XFERIN(transfer) ? POLLIN : POLLOUT)); POLLOUT 1963 third_party/libusb/src/libusb/os/windows_usb.c (short)(IS_XFERIN(transfer) ? POLLIN : POLLOUT)); POLLOUT 500 third_party/libxml/src/nanohttp.c p.events = POLLOUT; POLLOUT 966 third_party/libxml/src/nanohttp.c p.events = POLLOUT; POLLOUT 990 third_party/libxml/src/nanohttp.c if (p.revents == POLLOUT) POLLOUT 98 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _PR_UNIX_POLL_WRITE POLLOUT POLLOUT 537 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define POLLWRNORM POLLOUT POLLOUT 1916 third_party/npapi/npspy/extern/nspr/prio.h #define PR_POLL_WRITE POLLOUT POLLOUT 208 third_party/tcmalloc/chromium/src/symbolize.cc struct pollfd pfd = { child_in[1], POLLOUT, 0 }; POLLOUT 209 third_party/tcmalloc/chromium/src/symbolize.cc if (!poll(&pfd, 1, 0) || !(pfd.revents & POLLOUT) || POLLOUT 208 third_party/tcmalloc/vendor/src/symbolize.cc struct pollfd pfd = { child_in[1], POLLOUT, 0 }; POLLOUT 209 third_party/tcmalloc/vendor/src/symbolize.cc if (!poll(&pfd, 1, 0) || !(pfd.revents & POLLOUT) ||