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.h65 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member
268 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
Dstackful_coroutine_manager.cpp241 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
333 …d StackfulCoroutineManager::ReuseCoroutineInstance(Coroutine *co, CompletionEvent *completionEvent, in ReuseCoroutineInstance()
372 Coroutine *StackfulCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
Dthreaded_coroutine_manager.cpp146 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
323 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
Dcoroutine_manager.cpp85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entr… in CreateCoroutineInstance()