/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/swiftshader/src/Reactor/ |
D | Coroutine.hpp | 207 inline void Yield(const T &val) in Yield() function
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderControlFlow.cpp | 725 void SpirvShader::Yield(YieldResult res) const in Yield() function in sw::SpirvShader
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCoroutine.cpp | 26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
|
/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/ |
D | Python-ast.h | 305 } Yield; member 608 #define Yield(a0, a1, a2, a3, a4, a5) _Py_Yield(a0, a1, a2, a3, a4, a5) macro
|
/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/python/cpython3/Python/ |
D | Python-ast.c | 2874 Yield(expr_ty value, int lineno, int col_offset, int end_lineno, int in Yield() function
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 10479 void Yield(Condition cond) { in Yield() function 10486 void Yield() { Yield(al); } in Yield() function
|