/kernel/linux/linux-6.6/tools/iio/ |
H A D | iio_event_monitor.c | 22 #include <poll.h>
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 30 #include <poll.h>
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm.h | 74 __u8 poll; member
|
/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>
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
H A D | ppoll01.c | 15 #include <poll.h>
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 31 #include <sys/poll.h>
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
H A D | minimal-http-server.c | 25 /* this represents the existing application poll loop context we want lws 137 lwsl_debug("%s: entering poll wait %dms\n", __func__, n); in custom_poll_run() 139 n = poll(cpcx->pollfds, (nfds_t)cpcx->count_pollfds, n); in custom_poll_run() 141 lwsl_debug("%s: exiting poll ret %d\n", __func__, n); in custom_poll_run() 434 foreign_loops[0] = &a_cpcx; /* pass in the custom poll object as the in main()
|
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 111 self._proc.poll() is None):
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsExecutionServer.cpp | 245 anyIO = getTestDriver()->poll(m_bufferOut) || anyIO; in processSession()
|
/third_party/python/Lib/test/ |
H A D | test_webbrowser.py | 20 def poll(self): member in PopenMock
|
/third_party/pulseaudio/src/modules/ |
H A D | module-pipe-source.c | 47 #include <pulsecore/poll.h>
|
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 107 while proc.poll() is None:
|
/third_party/toybox/toys/pending/ |
H A D | tftpd.c | 183 poll_ret = poll(pollfds, 1, timeout); in do_action() 200 perror_msg("poll"); in do_action()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 38 #include <pulsecore/poll.h> 269 pa_log(_("poll(): %s"), strerror(errno)); in main()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 193 while proc.poll() is None:
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 446 bool poll = false; in sunxi_nfc_read_buf() local 460 poll = true; in sunxi_nfc_read_buf() 462 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, poll, 0); in sunxi_nfc_read_buf() 484 bool poll = false; in sunxi_nfc_write_buf() local 500 poll = true; in sunxi_nfc_write_buf() 502 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, poll, 0); in sunxi_nfc_write_buf()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 89 #include <linux/poll.h> 480 .poll = tty_poll, 495 .poll = tty_poll, 507 .poll = hung_up_tty_poll, 2175 * @wait: poll wait structures to update 2177 * Call the line discipline polling method to obtain the poll 2180 * Locking: locks called line discipline but ldisc poll method 2196 if (ld->ops->poll) in tty_poll() 2197 ret = ld->ops->poll(tty, filp, wait); in tty_poll()
|