/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/benches/ |
D | thread_notify.rs | 15 struct Yield { in thread_yield_single_thread_one_wait() struct 16 rem: usize, in thread_yield_single_thread_one_wait() 19 impl Future for Yield { in thread_yield_single_thread_one_wait() implementation 43 struct Yield { in thread_yield_single_thread_many_wait() struct 44 rem: usize, in thread_yield_single_thread_many_wait() 47 impl Future for Yield { in thread_yield_single_thread_many_wait() implementation 78 struct Yield { in thread_yield_multi_thread() struct 79 rem: usize, in thread_yield_multi_thread() 80 tx: mpsc::SyncSender<Waker>, in thread_yield_multi_thread() 82 impl Unpin for Yield {} in thread_yield_multi_thread() implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | coroutine.rs | 80 type Yield; typedef 118 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return>; in resume() 123 type Yield = G::Yield; typedef 126 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 133 type Yield = G::Yield; typedef 136 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | coroutine.rs | 80 type Yield; typedef 118 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return>; in resume() 123 type Yield = G::Yield; typedef 126 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 133 type Yield = G::Yield; typedef 136 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | coroutine.rs | 80 type Yield; typedef 118 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return>; in resume() 123 type Yield = G::Yield; typedef 126 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 133 type Yield = G::Yield; typedef 136 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | coroutine.rs | 79 type Yield; typedef 116 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return>; in resume() 121 type Yield = G::Yield; typedef 124 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 131 type Yield = G::Yield; typedef 134 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | coroutine.rs | 79 type Yield; typedef 116 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return>; in resume() 121 type Yield = G::Yield; typedef 124 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 131 type Yield = G::Yield; typedef 134 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/ |
D | mod.rs | 387 pub fn yield_now(&self) -> Option<Yield> { in yield_now() 399 pub fn yield_local(&self) -> Option<Yield> { in yield_local() 503 pub enum Yield { enum
|
/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | yield_facade_test.cc | 29 TEST(Yield, CompilesAndRuns) { in TEST() argument 40 TEST(Yield, CompilesAndRunsInC) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/ |
D | relax.rs | 40 pub struct Yield; struct 44 impl RelaxStrategy for Yield { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | exclusive.rs | 214 type Yield = G::Yield; typedef 218 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | exclusive.rs | 214 type Yield = G::Yield; typedef 218 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | exclusive.rs | 214 type Yield = G::Yield; typedef 218 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | exclusive.rs | 214 type Yield = G::Yield; typedef 218 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | exclusive.rs | 214 type Yield = G::Yield; typedef 218 fn resume(self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/bootable/libbootloader/gbl/libasync/src/ |
H A D | lib.rs | 84 struct Yield(bool); struct 86 impl Future for Yield { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2314 type Yield = G::Yield; typedef 2317 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 2327 type Yield = G::Yield; typedef 2330 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2314 type Yield = G::Yield; typedef 2317 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 2327 type Yield = G::Yield; typedef 2330 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2307 type Yield = G::Yield; typedef 2310 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 2320 type Yield = G::Yield; typedef 2323 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2307 type Yield = G::Yield; typedef 2310 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 2320 type Yield = G::Yield; typedef 2323 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2314 type Yield = G::Yield; typedef 2317 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume() 2327 type Yield = G::Yield; typedef 2330 fn resume(mut self: Pin<&mut Self>, arg: R) -> CoroutineState<Self::Yield, Self::Return> { in resume()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Coroutine.hpp | 207 inline void Yield(const T &val) in Yield() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/ |
D | registry.rs | 838 pub(super) fn yield_now(&self) -> Yield { in yield_now() 848 pub(super) fn yield_local(&self) -> Yield { in yield_local()
|
/aosp_15_r20/external/mesa3d/src/nouveau/headers/nvidia/classes/ |
H A D | cl446e.h | 57 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
H A D | cl506f.h | 62 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/ffi/ |
H A D | definitions.rs | 10 Yield = 3, enumerator
|