Home
last modified time | relevance | path

Searched refs:poll (Results 1026 - 1050 of 2225) sorted by relevance

1...<<41424344454647484950>>...89

/kernel/linux/linux-6.6/tools/iio/
H A Diio_event_monitor.c22 #include <poll.h>
/kernel/linux/linux-6.6/tools/accounting/
H A Dprocacct.c30 #include <poll.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dkvm.h74 __u8 poll; member
/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>
/third_party/ltp/testcases/kernel/syscalls/ppoll/
H A Dppoll01.c15 #include <poll.h>
/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c31 #include <sys/poll.h>
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c25 /* 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 Dbase_subprocess.py111 self._proc.poll() is None):
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp245 anyIO = getTestDriver()->poll(m_bufferOut) || anyIO; in processSession()
/third_party/python/Lib/test/
H A Dtest_webbrowser.py20 def poll(self): member in PopenMock
/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-source.c47 #include <pulsecore/poll.h>
/third_party/skia/tools/skqp/
H A Dcreate_apk.py107 while proc.poll() is None:
/third_party/toybox/toys/pending/
H A Dtftpd.c183 poll_ret = poll(pollfds, 1, timeout); in do_action()
200 perror_msg("poll"); in do_action()
/third_party/pulseaudio/src/utils/
H A Dpacmd.c38 #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 Druntests.py193 while proc.poll() is None:
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dsunxi_nand.c446 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 Dtty_io.c89 #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()

Completed in 24 milliseconds

1...<<41424344454647484950>>...89