Home
last modified time | relevance | path

Searched refs:poll (Results 276 - 300 of 519) sorted by relevance

1...<<1112131415161718192021

/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py93 if out_line == '' and process.poll() != None:
123 if out_line == '' and process.poll() != None:
/third_party/nghttp2/examples/
H A Dclient.c52 #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 Dsockets.h492 /* 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 DDisplayGbm.cpp12 #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 Dtest_new_connection.c91 #include <poll.h>
710 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
712 dief("poll", strerror(errno)); in fetch_uri()
H A Dtest_notls.c73 #include <poll.h>
648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri()
650 dief("poll", strerror(errno)); in fetch_uri()
H A Dtest_request_response.c73 #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 Dvpu_api_legacy.cpp745 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 Dlocal_socket_exec.cpp20 #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 Dtcp.c51 * 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 Draop-client.c59 #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 Dsample_comm_isp.c22 #include <poll.h>
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c38 #include <sys/poll.h>
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h32 #include <linux/poll.h>
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h39 #include <poll.h>
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_client_test.cpp21 #include <poll.h>
/third_party/ffmpeg/libavformat/
H A Dtcp.c32 #include <poll.h>
/third_party/alsa-lib/test/
H A Dseq-decoder.c348 if (poll(pfds, max, -1) < 0) in event_decoder()
H A Dseq-sender.c247 if (poll(pfds, max, -1) < 0) in event_sender()
/third_party/backends/backend/
H A Dplustek-pp_sysdep.h127 # include <linux/poll.h>
/third_party/curl/include/curl/
H A Dsystem.h415 /* 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 Dkernel.h475 unused_func_t poll; member
/third_party/alsa-lib/include/
H A Dlocal.h50 #include <poll.h>
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c43 #include <sys/poll.h>
/third_party/ninja/src/
H A Dsubprocess-posix.cc28 #include <poll.h>

Completed in 27 milliseconds

1...<<1112131415161718192021