Searched defs:completionEvent (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.h | 67 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member 270 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
|
| D | coroutine_manager.cpp | 85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entr… in CreateCoroutineInstance()
|
| D | threaded_coroutine_manager.cpp | 155 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() 339 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoin… in LaunchImpl()
|
| D | stackful_coroutine_manager.cpp | 282 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()
|