Home
last modified time | relevance | path

Searched defs:yield (Results 1 – 25 of 53) sorted by relevance

123

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dyield_inline.h22 inline void yield() { in yield() function
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dyield_inline.h22 inline void yield() { in yield() function
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dyield_inline.h20 inline void yield() noexcept { std::this_thread::yield(); } in yield() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dyield_inline.h25 inline void yield() noexcept { in yield() function
/external/pcre/dist2/src/
Dpcre2_maketables.c78 uint8_t *yield = (uint8_t *)malloc(TABLES_LENGTH); local
Dpcre2_dftables.c159 int yield = 0; in main() local
Dpcre2_match_data.c59 pcre2_match_data *yield; in pcre2_match_data_create() local
Dpcre2_substring.c214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DYield.kt30 public suspend fun yield(): Unit = suspendCoroutineUninterceptedOrReturn sc@ { uCont -> in <lambda>() method
/external/skqp/src/compute/skc/
Dcontext.h30 bool (* yield )(struct skc_runtime * const runtime); member
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst516 .. _yield: target in The :keyword:`!return` statement
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst487 .. _yield: target in The :keyword:`return` statement
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dparallel_execute_to_islands.cc103 auto yield = builder->create<tf_executor::YieldOp>( in ExpandParallelExecuteToIslands() local
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DUtils.cpp46 auto yield = cast<scf::YieldOp>(loopBody.getTerminator()); in cloneWithNewYields() local
/external/clang/test/SemaCXX/
Dcoroutines.cpp82 void yield() { in yield() function
90 co_yield yield; // expected-error {{no member named 'await_ready' in 'not_awaitable'}} in yield() local
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Doneshot_func.pass.cpp70 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Doneshot_func.pass.cpp71 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp68 static void yield(LLVMContextRef, void *) { in yield() function
454 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp67 static void yield(LLVMContextRef, void *) { in yield() function
453 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
/external/clang/test/CodeGen/
Dbuiltins-arm.c29 void yield() { in yield() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc271 YieldOp yield = GetYield(); in WrapsSingleOp() local
283 Operation &yield = island.GetBody().back(); in Verify() local
376 Operation &yield = body.back().back(); in ParseIslandOp() local
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-arm.c49 void yield() { in yield() function
/external/llvm/lib/IR/
DLLVMContext.cpp213 void LLVMContext::yield() { in yield() function in LLVMContext
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dbreakup-islands.cc131 tf_executor::YieldOp yield = island.GetYield(); in PopulateEmptyIsland() local
/external/swiftshader/src/Common/
DThread.hpp128 inline void Thread::yield() in yield() function in sw::Thread

123