Home
last modified time | relevance | path

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

12

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dyield_inline.h22 inline void yield() noexcept { 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/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dyield_inline.h22 inline void yield() { in yield() function
/external/pcre/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_printint.c244 const char *yield = "??"; in get_ucpname() local
Dpcre2_substring.c214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber() local
Dpcre2_study.c957 int yield = SSB_DONE; in set_start_bits() local
Dpcre2_context.c89 void *yield = (memctl == NULL)? malloc(size) : in PRIV() local
Dpcre2_compile.c1323 BOOL yield = FALSE; in read_number() local
1407 BOOL yield = FALSE; in read_repeat_counts() local
2337 int yield = 0; in check_posix_name() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DYield.kt31 public suspend fun yield(): Unit = suspendCoroutineUninterceptedOrReturn sc@ { uCont -> in <lambda>() method
/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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dparallel_execute_to_islands.cc112 auto yield = builder->create<tf_executor::YieldOp>( in ExpandParallelExecuteToIslands() local
Dregion_control_flow_to_functional.cc190 YieldOp yield = dyn_cast<YieldOp>(*it++); in IsSingleCallRegion() 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/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp68 static void yield(LLVMContextRef, void *) { in yield() function
454 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
/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/clang/test/CodeGen/
Dbuiltins-arm.c29 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.cc137 tf_executor::YieldOp yield = island.GetYield(); in PopulateEmptyIsland() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp171 void LLVMContext::yield() { in yield() function in LLVMContext

12