Searched defs:launchMode (Results 1 – 5 of 5) sorted by relevance
58 auto launchMode = static_cast<CoroutineLaunchMode>(launchModeQueue->Get(idx)); in OnPromiseCompletion() local65 …EtsPromise::LaunchCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in LaunchCallback()
205 void SubmitCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in SubmitCallback()
30 …auto launchMode = coro->GetCoroutineManager()->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORK… in StdFinalizationRegistryRegisterInstance() local
138 …auto launchMode = coroManager->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORKER : CoroutineLa… in EtsPromiseSubmitCallback() local
117 auto launchMode = in StartCleanupCoroIfNeeded() local