Home
last modified time | relevance | path

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

12

/external/rust/crates/tokio/src/io/driver/
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()
153 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize()
169 impl Ready { impl
196 impl ops::BitOr<Ready> for Ready { implementation
200 fn bitor(self, other: Ready) -> Ready { in bitor()
205 impl ops::BitOrAssign<Ready> for Ready { implementation
207 fn bitor_assign(&mut self, other: Ready) { in bitor_assign()
212 impl ops::BitAnd<Ready> for Ready { implementation
[all …]
Dscheduled_io.rs155 f: impl Fn(Ready) -> Ready, in set_readiness()
210 pub(super) fn wake(&self, ready: Ready) { in wake()
214 fn wake0(&self, ready: Ready, shutdown: bool) { in wake0()
Dinterest.rs83 pub(super) fn mask(self) -> Ready { in mask()
Dmod.rs182 fn dispatch(&mut self, token: mio::Token, ready: Ready) { in dispatch()
347 pub(super) 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/rust/crates/tokio/src/future/
Dready.rs11 pub struct Ready<T>(Option<T>); struct
13 impl<T> Unpin for Ready<T> {} implementation
15 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/llvm-project/llvm/lib/MCA/Stages/
DExecuteStage.cpp56 SmallVector<InstRef, 4> Ready; in issueInstruction() local
97 SmallVector<InstRef, 4> Ready; in cycleStart() local
/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/llvm-project/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet()
267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
/external/ruy/ruy/
Dthread_pool.cc38 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.rs32 Ready { chunk: T, chunk_start: usize }, enumerator
/external/scudo/standalone/tests/
Dwrappers_cpp_test.cpp86 static bool Ready; variable
Dsecondary_test.cpp165 static bool Ready; variable
Dtsd_test.cpp120 static bool Ready; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_cpp_test.cpp82 static bool Ready; variable
Dsecondary_test.cpp147 static bool Ready; variable
Dwrappers_c_test.cpp374 static bool Ready; variable
Dtsd_test.cpp120 static bool Ready; variable
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp219 Ready; in sortBlocks() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTUSchedulerTests.cpp219 Notification Ready; in TEST_F() local
973 Notification Ready; in TEST_F() local
997 Notification Ready; in TEST_F() local
1058 Notification Ready; in TEST_F() local
/external/llvm-project/llvm/include/llvm/MCA/
DHWEventListener.h43 Ready, enumerator
/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

12