Searched defs:completionEvent (Results 1 – 3 of 3) sorted by relevance
82 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! member367 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure member
181 bool ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()199 bool ThreadedCoroutineManager::LaunchImmediately([[maybe_unused]] CompletionEvent *completionEvent, in LaunchImmediately()
427 bool StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()435 bool StackfulCoroutineManager::LaunchImmediately(CompletionEvent *completionEvent, Method *entrypoi… in LaunchImmediately()