Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h82 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member
367 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
Dthreaded_coroutine_manager.cpp181 bool ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
199 bool ThreadedCoroutineManager::LaunchImmediately([[maybe_unused]] CompletionEvent *completionEvent, in LaunchImmediately()
Dstackful_coroutine_manager.cpp427 bool StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
435 bool StackfulCoroutineManager::LaunchImmediately(CompletionEvent *completionEvent, Method *entrypoi… in LaunchImmediately()