Home
last modified time | relevance | path

Searched defs:Yield (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/benches/
Dthread_notify.rs15 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 Dcoroutine.rs80 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 Dcoroutine.rs80 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 Dcoroutine.rs80 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 Dcoroutine.rs79 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 Dcoroutine.rs79 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/
Dmod.rs387 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 Dyield_facade_test.cc29 TEST(Yield, CompilesAndRuns) { in TEST() argument
40 TEST(Yield, CompilesAndRunsInC) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/
Drelax.rs40 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 Dexclusive.rs214 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 Dexclusive.rs214 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 Dexclusive.rs214 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 Dexclusive.rs214 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 Dexclusive.rs214 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 Dlib.rs84 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 Dboxed.rs2314 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 Dboxed.rs2314 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 Dboxed.rs2307 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 Dboxed.rs2307 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 Dboxed.rs2314 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 DCoroutine.hpp207 inline void Yield(const T &val) in Yield() function
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs838 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 Dcl446e.h57 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
H A Dcl506f.h62 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 Ddefinitions.rs10 Yield = 3, enumerator

12345678910>>...13