Home
last modified time | relevance | path

Searched refs:poll (Results 101 - 125 of 475) sorted by relevance

12345678910>>...19

/third_party/alsa-lib/include/
H A Dasoundlib.h38 #include <poll.h>
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_lib.h40 #include <sys/poll.h>
/third_party/musl/src/select/
H A Dppoll.c2 #include <poll.h>
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl04.c14 #include <poll.h>
H A Depoll_ctl03.c14 #include <poll.h>
H A Depoll_ctl05.c15 #include <poll.h>
/third_party/rust/crates/rustix/tests/io/
H A Dmain.rs24 mod poll; modules
/third_party/alsa-lib/src/
H A Dshmarea.c43 #include <poll.h>
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.h98 eth_poll poll; member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h72 int (*poll)(struct usb_handle *handle, int timeout); member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_string.c37 #include <poll.h>
/third_party/libuv/src/unix/
H A Dos390-syscalls.h29 #include <poll.h>
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait07.c14 #include <poll.h>
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dppoll.c17 #include <poll.h>
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.h29 #include <poll.h>
/third_party/toybox/toys/net/
H A Dmicrocom.c60 while (poll(fds, 2, -1) > 0) { in microcom_main()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c26 #include <poll.h>
633 ret = poll(&fdS1, 1, 0); /* 1: 监视一个文件描述符 */ in UartProcess()
635 MSG("gpio1 poll error\n"); in UartProcess()
653 ret = poll(&fdS2, 1, 0); /* 1: 监视一个文件描述符 */ in UartProcess()
655 MSG("gpio2 poll error\n"); in UartProcess()
/third_party/eudev/src/udev/
H A Dudev-ctrl.c20 #include <poll.h>
293 r = poll(pfd, 1, timeout * MSEC_PER_SEC); in ctrl_send()
375 r = poll(pfd, 1, 10000); in udev_ctrl_receive_msg()
/third_party/lwip/src/core/
H A Daltcp_tcp.c138 if (conn->poll) { in altcp_tcp_poll()
139 return conn->poll(conn->arg, conn); in altcp_tcp_poll()
325 tcp_poll_fn oldpoll = pcb->poll; in altcp_tcp_close()
331 /* poll callback is not included in the above */ in altcp_tcp_close()
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c93 req_clop(req)->poll(req, fi, ph); in cuse_fll_poll()
170 lop.poll = clop->poll ? cuse_fll_poll : NULL; in cuse_lowlevel_new()
/third_party/python/Lib/multiprocessing/
H A Dqueues.py84 self._poll = self._reader.poll
342 self._poll = self._reader.poll
361 self._poll = self._reader.poll
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vpss.c22 #include <poll.h>
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h59 * poll : poll port for dequeue
157 * @brief poll port for dequeue
161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h.
165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_mpi.h59 * poll : poll port for dequeue
157 * @brief poll port for dequeue
161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h.
165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_mpi.h60 * poll : poll port for dequeue
158 * @brief poll port for dequeue
162 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h.
166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member

Completed in 10 milliseconds

12345678910>>...19