Home
last modified time | relevance | path

Searched defs:completionEvent (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h68 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member
329 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
Dcoroutine_manager.cpp85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entr… in CreateCoroutineInstance()
Dthreaded_coroutine_manager.cpp147 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
331 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
Dstackful_coroutine_manager.cpp274 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
383 …d StackfulCoroutineManager::ReuseCoroutineInstance(Coroutine *co, CompletionEvent *completionEvent, in ReuseCoroutineInstance()
468 Coroutine *StackfulCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp90 auto *completionEvent = static_cast<CompletionEvent *>(event); in PromotePromiseRef() local