Home
last modified time | relevance | path

Searched refs:poll (Results 226 - 250 of 503) sorted by relevance

12345678910>>...21

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_tcp_style.c48 #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 Daltcp_proxyconnect.c282 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 Dmount.c24 #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 Dtcp_priv.h228 if((pcb)->poll != NULL) \
229 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c25 #include <poll.h>
227 if (poll(pfd, nqueries+1, t1+retry_interval-t2) <= 0) continue; in res_msend_rc_ext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp19 # include <poll.h>
49 ret = poll(&fds, 1, timeoutMs); in SyncWaitFd()
/third_party/vixl/tools/
H A Dtest.py225 while p.poll() is None:
247 rc = p.poll()
/third_party/libinput/tools/
H A Dlibinput-debug-events.c29 #include <poll.h>
981 if (poll(&fds, 1, -1) > -1) { in mainloop()
988 } while (!stop && poll(&fds, 1, -1) > -1); in mainloop()
/third_party/alsa-lib/aserver/
H A Daserver.c25 #include <poll.h>
354 if (poll(&pfd, 1, 0) == 1) in shm_ack()
369 if (poll(&pfd, 1, 0) == 1) in shm_ack_fd()
978 err = poll(pollfds, pollfds_count, -1); in server()
981 SYSERROR("poll failed"); in server()
/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c38 #include <poll.h>
91 int poll[2]; member
193 - update poll status
369 pfd[0].fd = slave->poll[0]; in snd_pcm_share_thread()
373 SNDERR("invalid poll descriptors %d", err); in snd_pcm_share_thread()
377 err = pipe(slave->poll); in snd_pcm_share_thread()
413 err = poll(pfd, 2, -1); in snd_pcm_share_thread()
1446 while ((err = poll(&pfd, 1, 0)) == 1) { in snd_pcm_share_open()
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c218 .poll = uartdev_poll,
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_hal.c16 #include <poll.h>
/third_party/ffmpeg/libavformat/
H A Dos_support.h168 #define poll ff_poll macro
/third_party/alsa-lib/src/seq/
H A Dseqmid.c402 err = poll(&pfd, 1, -1); in snd_seq_sync_output_queue()
/third_party/alsa-lib/test/
H A Dtimer.c42 if ((err = poll(fds, count, timeout)) < 0) { in read_loop()
43 fprintf(stderr, "poll error %i (%s)\n", err, strerror(err)); in read_loop()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h85 #define poll _poll macro
/third_party/NuttX/drivers/bch/
H A Dbchdev_driver.c33 #include <poll.h>
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc14 #include <poll.h>
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py31 # initialize poll interface and register socket
44 events = self.epoll.poll(timeout)
/third_party/libevdev/test/
H A Dtest-common-uinput.c8 #include <poll.h>
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c28 #include <poll.h>
192 /* ppoll_ret contains the amount of structs updated by poll(). */ in pvr_srv_sync_wait_many()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h24 #include <linux/poll.h>
/third_party/pulseaudio/src/pulsecore/
H A Dlock-autospawn.c36 #include <pulsecore/poll.h>
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c40 #include <pulsecore/poll.h>
66 /* Before entering poll() we unlock the mutex, so that in poll_func()
/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.cpp88 fPurgeBlobInbox.poll(&msgs); in internalPurgeStaleBlobs()

Completed in 18 milliseconds

12345678910>>...21