Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h67 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member
270 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
Dcoroutine_manager.cpp85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entr… in CreateCoroutineInstance()
Dthreaded_coroutine_manager.cpp155 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
339 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
Dstackful_coroutine_manager.cpp282 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
391 …d StackfulCoroutineManager::ReuseCoroutineInstance(Coroutine *co, CompletionEvent *completionEvent, in ReuseCoroutineInstance()
483 Coroutine *StackfulCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()