/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 83 // return poll(fd, 1, 0); in lws_poll_listen_fd() 130 /* don't stay in poll wait longer than next hr timeout */ in _lws_plat_service_tsi() 140 n = poll(pt->fds, pt->fds_count, timeout_us / LWS_US_PER_MS); in _lws_plat_service_tsi()
|
/third_party/libdrm/tegra/ |
H A D | job.c | 36 #include <sys/poll.h>
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_fence.cpp | 59 #include <poll.h>
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.h | 39 #include <poll.h>
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform_interface.h | 128 /* MHD_sys_poll_ is wrapper macro for system poll() function */ 130 #define MHD_sys_poll_ poll
|
/third_party/toybox/lib/ |
H A D | net.c | 86 if (0<=(i = poll(fds, nfds, timeout)) || toys.signal) return i; in xpoll()
|
/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 28 #include <poll.h> 88 struct pollfd raw1394_poll; ///< to poll for new data from libraw1394 162 while ((result = poll(&dv->raw1394_poll, 1, 200)) < 0) { in iec61883_receive_task() 164 av_log(NULL, AV_LOG_ERROR, "Raw1394 poll error occurred.\n"); in iec61883_receive_task()
|
/third_party/ffmpeg/libavformat/ |
H A D | network.c | 74 ret = poll(&p, 1, POLLING_TIME); in ff_network_wait_fd() 168 ret = poll(p, nfds, POLLING_TIME); in ff_poll_interrupt() 467 // Check the status from the poll output. in ff_connect_parallel()
|
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 31 #include <poll.h> 410 error("poll prepare failed: %i", k); in state_daemon() 415 i = poll(pfd, j, (period / 2) * 1000); in state_daemon() 419 error("poll failed: %s", strerror(errno)); in state_daemon() 429 error("poll post failed: %i\n", k); in state_daemon()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 36 #include <poll.h> 688 err = poll(pfds, npfds, -1); in main() 692 error("poll failed: %s", strerror(errno)); in main() 703 error("cannot get poll events: %s", snd_strerror(errno)); in main()
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 124 if ((rc = poll(pfds, npfds, -1)) < 0) { in write_ev() 125 printf("poll error = %i (%s)\n", rc, snd_strerror(errno)); in write_ev() 382 if ((left = poll(pfds, npfds, -1)) < 0) { in wait_for_event() 383 printf("poll error = %i (%s)\n", errno, snd_strerror(errno)); in wait_for_event()
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 74 # include <sys/poll.h> 76 # include <poll.h>
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 157 #include <poll.h> 423 // #include <poll.h> 507 int fd; /* File descriptor to poll. */ 513 int poll(struct pollfd *fds, int nfds, int timeout); 568 /** struct lws_pollargs - argument structure for all external poll related calls
|
/third_party/libuv/test/ |
H A D | test-fork.c | 51 static void socket_cb(uv_poll_t* poll, int status, int events) { in socket_cb() argument 61 uv_close((uv_handle_t*) poll, NULL); in socket_cb() 190 /* Run the loop AFTER the poll watcher is registered to make sure it in TEST_IMPL() 192 return to prove the poll watcher is active. in TEST_IMPL()
|
/third_party/ltp/lib/ |
H A D | tst_rtnetlink.c | 13 #include <sys/poll.h> 163 return poll(&fdinfo, 1, 1000); in tst_rtnl_wait()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 21 #include <sys/poll.h> 378 res = poll(&pfd, 1, 0); in fuse_kern_unmount() 379 /* If file poll returns POLLERR on the device file descriptor, in fuse_kern_unmount()
|
/third_party/musl/porting/linux/user/src/fortify/ |
H A D | fortify.c | 21 #include <poll.h> 105 __diagnose_pollfd_array("poll", fds_size, fd_count); in __poll_chk() 106 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(poll)(fds, fd_count, timeout); in __poll_chk()
|
/third_party/musl/src/fortify/linux/ |
H A D | fortify.c | 21 #include <poll.h> 116 __diagnose_pollfd_array("poll", fds_size, fd_count); in __poll_chk() 117 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(poll)(fds, fd_count, timeout); in __poll_chk()
|
/third_party/musl/src/network/ |
H A D | res_msend.c | 8 #include <poll.h> 246 if (poll(pfd, nqueries+1, t1+retry_interval-t2) <= 0) continue; in res_msend_rc_ext()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 31 #include <poll.h> 485 } while (!stop && poll(ctx->fds, 2, -1) > -1); in mainloop()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_tcp_style.c | 48 #include <sys/poll.h> 176 error = poll(&poll_fd, 1, -1); in main() 179 "with poll, error:%d errno:%d, revents:%d", in main()
|
/third_party/lwip/src/apps/http/ |
H A D | altcp_proxyconnect.c | 282 if (conn->poll) { in altcp_proxyconnect_lower_poll() 283 return conn->poll(conn->arg, conn); in altcp_proxyconnect_lower_poll()
|
/third_party/libfuse/lib/ |
H A D | mount.c | 24 #include <poll.h> 273 res = poll(&pfd, 1, 0); in fuse_kern_unmount() 282 /* If file poll returns POLLERR on the device file descriptor, in fuse_kern_unmount()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcp_priv.h | 228 if((pcb)->poll != NULL) \ 229 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 25 #include <poll.h> 227 if (poll(pfd, nqueries+1, t1+retry_interval-t2) <= 0) continue; in res_msend_rc_ext()
|