Home
last modified time | relevance | path

Searched defs:Ready (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/tokio/src/io/
Dready.rs16 pub struct Ready(usize); struct
18 impl Ready { impl
38 pub(crate) fn from_mio(event: &mio::event::Event) -> Ready { in from_mio()
164 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize()
180 impl Ready { impl
207 impl ops::BitOr<Ready> for Ready { implementation
211 fn bitor(self, other: Ready) -> Ready { in bitor()
216 impl ops::BitOrAssign<Ready> for Ready { implementation
218 fn bitor_assign(&mut self, other: Ready) { in bitor_assign()
223 impl ops::BitAnd<Ready> for Ready { implementation
[all …]
Dinterest.rs103 pub(crate) fn mask(self) -> Ready { in mask()
/external/rust/crates/futures-util/src/future/
Dready.rs9 pub struct Ready<T>(Option<T>); struct
11 impl<T> Ready<T> { implementation
19 impl<T> Unpin for Ready<T> {} implementation
21 impl<T> FusedFuture for Ready<T> { implementation
27 impl<T> Future for Ready<T> { implementation
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannelState.cs42 Ready, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp56 SmallVector<InstRef, 4> Ready; in issueInstruction() local
97 SmallVector<InstRef, 4> Ready; in cycleStart() local
/external/rust/crates/tokio/src/net/unix/
Dsplit.rs68 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
197 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
Dsplit_owned.rs129 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
286 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
Dstream.rs138 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet()
267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
/external/rust/crates/gdbstub/src/protocol/
Drecv_packet.rs9 Ready, enumerator
/external/rust/crates/tokio/src/net/tcp/
Dsplit.rs162 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
296 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
Dsplit_owned.rs217 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
378 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
/external/rust/crates/tokio/src/runtime/io/
Dscheduled_io.rs167 f: impl Fn(Ready) -> Ready, in set_readiness()
222 pub(super) fn wake(&self, ready: Ready) { in wake()
Dmod.rs206 fn dispatch(resources: &mut Slab<ScheduledIo>, tick: u8, token: mio::Token, ready: Ready) { in dispatch()
320 pub(super) fn mask(self) -> Ready { in mask()
/external/ruy/ruy/
Dthread_pool.cc39 Ready, // Is not working, has not yet received new work to do. enumerator
/external/rust/crates/futures-util/src/stream/try_stream/
Dinto_async_read.rs28 Ready { chunk: T, chunk_start: usize }, enumerator
/external/scudo/standalone/tests/
Dwrappers_cpp_test.cpp89 static bool Ready; variable
Dtsd_test.cpp128 static bool Ready; variable
Dsecondary_test.cpp225 bool Ready = false; member
Dwrappers_c_test.cpp425 static bool Ready; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h43 Ready, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp271 Ready; in sortBlocks() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp162 Ready; in SortBlocks() local
/external/rust/crates/tokio/src/net/unix/datagram/
Dsocket.rs169 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
/external/rust/crates/tokio/src/net/windows/
Dnamed_pipe.rs303 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
1059 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()

12