/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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SyncVk.cpp | 19 # include <poll.h> 49 ret = poll(&fds, 1, timeoutMs); in SyncWaitFd()
|
/third_party/vixl/tools/ |
H A D | test.py | 225 while p.poll() is None: 247 rc = p.poll()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 29 #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 D | aserver.c | 25 #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 D | pcm_share.c | 38 #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 D | uart_dev.c | 218 .poll = uartdev_poll,
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | hdi_wpa_hal.c | 16 #include <poll.h>
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 168 #define poll ff_poll macro
|
/third_party/alsa-lib/src/seq/ |
H A D | seqmid.c | 402 err = poll(&pfd, 1, -1); in snd_seq_sync_output_queue()
|
/third_party/alsa-lib/test/ |
H A D | timer.c | 42 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 D | namespace.h | 85 #define poll _poll
macro
|
/third_party/NuttX/drivers/bch/ |
H A D | bchdev_driver.c | 33 #include <poll.h>
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 14 #include <poll.h>
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | mesa-overlay-control.py | 31 # initialize poll interface and register socket 44 events = self.epoll.poll(timeout)
|
/third_party/libevdev/test/ |
H A D | test-common-uinput.c | 8 #include <poll.h>
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_sync.c | 28 #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 D | general.h | 24 #include <linux/poll.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | lock-autospawn.c | 36 #include <pulsecore/poll.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | thread-mainloop.c | 40 #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 D | GrTextBlobCache.cpp | 88 fPurgeBlobInbox.poll(&msgs); in internalPurgeStaleBlobs()
|