Searched defs:Await (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ | ||
| D | functionBuilder.cpp | 93 void FunctionBuilder::Await(const ir::AstNode *node) in Await() function in ark::es2panda::compiler::FunctionBuilder |
| /arkcompiler/ets_frontend/es2panda/compiler/function/ | ||
| D | functionBuilder.cpp | 119 void FunctionBuilder::Await(const ir::AstNode *node) in Await() function in panda::es2panda::compiler::FunctionBuilder |
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ | ||
| D | threaded_coroutine_manager.cpp | 240 void ThreadedCoroutineManager::Await(CoroutineEvent *awaitee) in Await() function in ark::ThreadedCoroutineManager |
| D | stackful_coroutine_manager.cpp | 450 void StackfulCoroutineManager::Await(CoroutineEvent *awaitee) in Await() function in ark::StackfulCoroutineManager |