Searched defs:Yield (Results 1 – 13 of 13) sorted by relevance
/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 …]
|
/external/pigweed/pw_thread/ |
D | yield_facade_test.cc | 29 TEST(Yield, CompilesAndRuns) { in TEST() argument 40 TEST(Yield, CompilesAndRunsInC) { in TEST() argument
|
/external/rust/android-crates-io/crates/spin/src/ |
D | relax.rs | 40 pub struct Yield; struct 44 impl RelaxStrategy for Yield { implementation
|
/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
|
/external/swiftshader/src/Reactor/ |
D | Coroutine.hpp | 207 inline void Yield(const T &val) in Yield() function
|
/external/mesa3d/src/nouveau/headers/nvidia/classes/ |
D | cl446e.h | 57 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
D | cl506f.h | 62 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
D | cl826f.h | 69 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
D | cl866f.h | 62 NvU32 Yield; /* engine yield, write only 0080-0083*/ member
|
/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()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderControlFlow.cpp | 720 void SpirvEmitter::Yield(YieldResult res) const in Yield() function in sw::SpirvEmitter
|
/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 438 } Yield; member
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 10500 void Yield(Condition cond) { in Yield() function 10507 void Yield() { Yield(al); } in Yield() function
|