/third_party/alsa-lib/include/ |
H A D | asoundlib.h | 38 #include <poll.h>
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_lib.h | 40 #include <sys/poll.h>
|
/third_party/musl/src/select/ |
H A D | ppoll.c | 2 #include <poll.h>
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl04.c | 14 #include <poll.h>
|
H A D | epoll_ctl03.c | 14 #include <poll.h>
|
H A D | epoll_ctl05.c | 15 #include <poll.h>
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | main.rs | 24 mod poll; modules
|
/third_party/alsa-lib/src/ |
H A D | shmarea.c | 43 #include <poll.h>
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_eth_drv.h | 98 eth_poll poll; member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | usb_handle.h | 72 int (*poll)(struct usb_handle *handle, int timeout); member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usb_string.c | 37 #include <poll.h>
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.h | 29 #include <poll.h>
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait07.c | 14 #include <poll.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | ppoll.c | 17 #include <poll.h>
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.h | 29 #include <poll.h>
|
/third_party/toybox/toys/net/ |
H A D | microcom.c | 60 while (poll(fds, 2, -1) > 0) { in microcom_main()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 26 #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 D | udev-ctrl.c | 20 #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 D | altcp_tcp.c | 138 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 D | cuse_lowlevel.c | 93 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 D | queues.py | 84 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 D | sample_comm_vpss.c | 22 #include <poll.h>
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_mpi.h | 59 * 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 D | rk_mpi.h | 59 * 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 D | rk_mpi.h | 60 * 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
|