/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 93 if out_line == '' and process.poll() != None: 123 if out_line == '' and process.poll() != None:
|
/third_party/nghttp2/examples/ |
H A D | client.c | 52 #include <poll.h> 604 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() 606 dief("poll", strerror(errno)); in fetch_uri()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 492 /* poll-related defines and types */ 555 #define lwip_poll poll 672 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 12 #include <poll.h> 508 if (poll(&pfd, 1, 0) < 0) in presentScreen() 510 WARN() << "poll failed: " << errno << " " << strerror(errno); in presentScreen()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 91 #include <poll.h> 710 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() 712 dief("poll", strerror(errno)); in fetch_uri()
|
H A D | test_notls.c | 73 #include <poll.h> 648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() 650 dief("poll", strerror(errno)); in fetch_uri()
|
H A D | test_request_response.c | 73 #include <poll.h> 698 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() 700 dief("poll", strerror(errno)); in fetch_uri()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_legacy.cpp | 745 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 747 HDF_LOGE("%s mpp input poll failed", __func__); in decode() 769 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 771 HDF_LOGE("%s mpp output poll failed", __func__); in decode() 1113 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1115 HDF_LOGE("%s mpp input poll failed", __func__); in encode() 1139 ret = mpi->poll(mpp_ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in encode() 1141 HDF_LOGE("%s mpp output poll failed", __func__); in encode() 1167 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1169 HDF_LOGE("%s mpp input poll faile in encode() [all...] |
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | local_socket_exec.cpp | 20 #include <poll.h> 242 int ret = poll(fds, num, timeout); in PollFd() 244 NETSTACK_LOGE("poll to send failed, socket is %{public}d, errno is %{public}d", fds->fd, errno); in PollFd() 248 NETSTACK_LOGE("poll to send timeout, socket is %{public}d, timeout is %{public}d", fds->fd, timeout); in PollFd() 549 int ret = poll(fds, num, DEFAULT_POLL_TIMEOUT_MS); in LocalSocketServerAccept() 551 NETSTACK_LOGE("poll to accept failed, socket is %{public}d, errno is %{public}d", mgr->sockfd_, errno); in LocalSocketServerAccept() 721 int ret = poll(fds, num, recvTimeoutMs); in PollRecvData() 723 NETSTACK_LOGE("poll to recv failed, socket is %{public}d, errno is %{public}d", sock, errno); in PollRecvData() 789 int pollResult = poll(fds, 1, timeoutMSec); in NonBlockConnect() 794 NETSTACK_LOGE("poll connec in NonBlockConnect() [all...] |
/third_party/lwip/src/core/ |
H A D | tcp.c | 51 * received), lwIP will repeatedly poll the application by calling a 372 if ((pcb->poll != NULL) && (ret != 0)) { in tcp_slow_tmr_tick() 1596 /* We check if we should poll the connection. */ 2271 * be called to poll the application. The interval is specified in 2277 * received), lwIP will repeatedly poll the application by calling a 2286 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) argument 2291 LWIP_ASSERT("invalid socket state for poll", pcb->state != LISTEN); 2294 pcb->poll = poll; 2296 LWIP_UNUSED_ARG(poll); [all...] |
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 59 #include <pulsecore/poll.h> 1747 bool pa_raop_client_register_pollfd(pa_raop_client *c, pa_rtpoll *poll, pa_rtpoll_item **poll_item) { in pa_raop_client_register_pollfd() argument 1753 pa_assert(poll); in pa_raop_client_register_pollfd() 1758 item = pa_rtpoll_item_new(poll, PA_RTPOLL_NEVER, 1); in pa_raop_client_register_pollfd() 1767 item = pa_rtpoll_item_new(poll, PA_RTPOLL_NEVER, 2); in pa_raop_client_register_pollfd()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_isp.c | 22 #include <poll.h>
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 38 #include <sys/poll.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga_drv.h | 32 #include <linux/poll.h>
|
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/ |
H A D | tls_socket_server.h | 39 #include <poll.h>
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | networkvpn_client_test.cpp | 21 #include <poll.h>
|
/third_party/ffmpeg/libavformat/ |
H A D | tcp.c | 32 #include <poll.h>
|
/third_party/alsa-lib/test/ |
H A D | seq-decoder.c | 348 if (poll(pfds, max, -1) < 0) in event_decoder()
|
H A D | seq-sender.c | 247 if (poll(pfds, max, -1) < 0) in event_sender()
|
/third_party/backends/backend/ |
H A D | plustek-pp_sysdep.h | 127 # include <linux/poll.h>
|
/third_party/curl/include/curl/ |
H A D | system.h | 415 /* AIX needs <sys/poll.h> */ 432 /* sys/poll.h is required here to properly make type definitions below. */ 434 # include <sys/poll.h>
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 475 unused_func_t poll; member
|
/third_party/alsa-lib/include/ |
H A D | local.h | 50 #include <poll.h>
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-coredump-unwind.c | 43 #include <sys/poll.h>
|
/third_party/ninja/src/ |
H A D | subprocess-posix.cc | 28 #include <poll.h>
|