| /third_party/rust/crates/rustix/src/io/ |
| H A D | poll.rs | 18 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { functions
|
| H A D | mod.rs | 20 mod poll; modules
|
| /third_party/musl/src/select/ |
| H A D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
|
| /third_party/rust/crates/rustix/tests/net/ |
| H A D | main.rs | 11 mod poll; modules
|
| /foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/ |
| H A D | operator.rs | 104 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 D | usb_handle.h | 72 int (*poll)(struct usb_handle *handle, int timeout); member
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_fork.py | 24 def poll(self, flag=os.WNOHANG): member in Popen
|
| H A D | popen_forkserver.py | 61 def poll(self, flag=os.WNOHANG): member in Popen
|
| H A D | popen_spawn_win32.py | 118 def poll(self): member in Popen
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| H A D | connection.py | 59 def poll(self, timeout=0.0): member in Connection
|
| /third_party/rust/crates/rustix/tests/io/ |
| H A D | main.rs | 24 mod poll; modules
|
| /third_party/rust/crates/nix/src/ |
| H A D | poll.rs | 155 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 D | rk_mpi.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 | 165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| H A D | rk_mpi.h | 166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| H A D | rk_mpi.h | 165 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 D | operator.rs | 139 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 D | SkMessageBus.h | 116 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 D | insert_safepoints.cpp | 41 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 D | fs_select.c | 96 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 D | cuse_lowlevel.h | 64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi, member
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsTestDriver.cpp | 84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll() function in xs::TestDriver
|
| /base/startup/init/interfaces/innerkits/fd_holder/ |
| H A D | fd_holder.c | 47 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 D | epoll_io_waiter_mingw.cpp | 108 void EpollIoWaiter::OnPoll(uv_poll_t *poll, int status, int events) in OnPoll() argument
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_eth_drv.h | 98 eth_poll poll; member
|