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