/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/spawn/ |
D | echo_server.cpp | 55 [this, self](boost::asio::yield_context yield) in go() 56 { in go() 87 { in main()
|
D | parallel_grep.cpp | 52 { in main()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/ |
D | echo_server.cpp | 49 void echo(boost::asio::yield_context yield) in echo() 68 void timeout(boost::asio::yield_context yield) in timeout() 85 unsigned short port, boost::asio::yield_context yield) in do_accept()
|
D | parallel_grep.cpp | 34 strand<thread_pool::executor_type> output_strand, yield_context yield) in search_file()
|
/external/pigweed/pw_thread_stl/public/pw_thread_stl/ |
D | yield_inline.h | 22 inline void yield() noexcept { std::this_thread::yield(); } in yield() function
|
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/ |
D | yield_inline.h | 22 inline void yield() { in yield() function
|
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/ |
D | yield_inline.h | 26 inline void yield() noexcept { in yield() function
|
/external/pigweed/pw_thread_embos/public/pw_thread_embos/ |
D | yield_inline.h | 22 inline void yield() noexcept { in yield() function
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | yield.hpp | 18 # define yield BOOST_ASIO_CORO_YIELD macro
|
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/ |
D | yield_k.hpp | 32 inline void yield( unsigned k ) in yield() function
|
/external/pcre/src/ |
D | pcre2_maketables.c | 76 uint8_t *yield = (uint8_t *)malloc(TABLES_LENGTH); local
|
D | pcre2_dftables.c | 160 int yield = 0; in main() local
|
D | pcre2_match_data.c | 60 pcre2_match_data *yield; in pcre2_match_data_create() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Yield.kt | 145 public suspend fun yield(): Unit = suspendCoroutineUninterceptedOrReturn sc@ { uCont -> in <lambda>() method
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/ |
D | this_thread.h | 66 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/ |
D | this_thread.h | 66 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
|
/external/cronet/tot/third_party/libc++/src/include/__thread/ |
D | this_thread.h | 69 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
|
/external/cronet/stable/third_party/libc++/src/include/__thread/ |
D | this_thread.h | 69 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | parallel_execute_to_islands.cc | 105 auto yield = builder->create<tf_executor::YieldOp>( in ExpandParallelExecuteToIslands() local
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 518 .. _yield: target in The :keyword:`!return` statement
|
/external/clang/test/SemaCXX/ |
D | coroutines.cpp | 82 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/ |
D | oneshot_func.pass.cpp | 70 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor.cc | 271 YieldOp yield = GetYield(); in WrapsSingleOp() local 282 Operation &yield = island.GetBody().back(); in verify() local 375 Operation &yield = body.back().back(); in parse() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 68 static void yield(LLVMContextRef, void *) { in yield() function 454 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
|
/external/clang/test/CodeGen/ |
D | builtins-arm.c | 29 void yield() { in yield() function
|