| /external/rust/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/crates/spin/src/ |
| D | relax.rs | 40 pub struct Yield; struct 44 impl RelaxStrategy for Yield { implementation
|
| /external/rust/crates/rayon-core/src/thread_pool/ |
| D | mod.rs | 350 pub fn yield_now(&self) -> Option<Yield> { in yield_now() 362 pub fn yield_local(&self) -> Option<Yield> { in yield_local() 466 pub enum Yield { enum
|
| /external/swiftshader/src/Reactor/ |
| D | Coroutine.hpp | 207 inline void Yield(const T &val) in Yield() function
|
| /external/rust/crates/rayon-core/src/ |
| D | registry.rs | 852 pub(super) fn yield_now(&self) -> Yield { in yield_now() 862 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/cpython2/Include/ |
| D | Python-ast.h | 255 } Yield; member 481 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3) macro
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_ast.h | 411 } Yield; member
|
| /external/python/cpython2/Lib/compiler/ |
| D | ast.py | 1403 class Yield(Node): class
|
| /external/python/cpython2/Python/ |
| D | Python-ast.c | 1736 Yield(expr_ty value, int lineno, int col_offset, PyArena *arena) in Yield() function
|
| /external/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 10494 void Yield(Condition cond) { in Yield() function 10501 void Yield() { Yield(al); } in Yield() function
|