Home
last modified time | relevance | path

Searched defs:poll (Results 1 - 25 of 71) sorted by relevance

123

/third_party/rust/crates/rustix/src/io/
H A Dpoll.rs18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { functions
H A Dmod.rs20 mod poll; modules
/third_party/musl/src/select/
H A Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
/third_party/rust/crates/rustix/tests/net/
H A Dmain.rs11 mod poll; modules
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Doperator.rs104 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() functions
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h72 int (*poll)(struct usb_handle *handle, int timeout); member
/third_party/python/Lib/multiprocessing/
H A Dpopen_fork.py24 def poll(self, flag=os.WNOHANG): member in Popen
H A Dpopen_forkserver.py61 def poll(self, flag=os.WNOHANG): member in Popen
H A Dpopen_spawn_win32.py118 def poll(self): member in Popen
/third_party/python/Lib/multiprocessing/dummy/
H A Dconnection.py59 def poll(self, timeout=0.0): member in Connection
/third_party/rust/crates/rustix/tests/io/
H A Dmain.rs24 mod poll; modules
/third_party/rust/crates/nix/src/
H A Dpoll.rs155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { poll() functions
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_mpi.h165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_mpi.h166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_mpi.h165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() functions
158 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() functions
/third_party/skia/src/core/
H A DSkMessageBus.h116 void SkMessageBus<Message, IDType, AllowCopyableMessage>::Inbox::poll(SkTArray<Message>* messages) { in poll() function in SkMessageBus::Inbox
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dinsert_safepoints.cpp41 static void InsertInlinedPoll(Function *poll, Instruction *point, bool afterPoint = false) in InsertInlinedPoll() argument
57 static bool InsertSafepointOnEntry(Function &func, Function *poll) in InsertSafepointOnEntry() argument
80 static bool InsertSafepointAfterIntrinsics(Function &func, Function *poll) in InsertSafepointAfterIntrinsics() argument
123 auto poll = function.getParent()->getFunction(ark::llvmbackend::LLVMArkInterface::GC_SAFEPOINT_POLL_NAME); in run() local
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_select.c96 do_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout, PollFun poll) do_select() argument
[all...]
/third_party/libfuse/include/
H A Dcuse_lowlevel.h64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
/base/startup/init/interfaces/innerkits/fd_holder/
H A Dfd_holder.c47 STATIC int BuildSendData(char *buffer, size_t size, const char *serviceName, bool hold, bool poll) in BuildSendData() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp108 void EpollIoWaiter::OnPoll(uv_poll_t *poll, int status, int events) in OnPoll() argument
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.h98 eth_poll poll; member

Completed in 10 milliseconds

123