Home
last modified time | relevance | path

Searched defs:launchMode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp58 auto launchMode = static_cast<CoroutineLaunchMode>(launchModeQueue->Get(idx)); in OnPromiseCompletion() local
65 …EtsPromise::LaunchCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in LaunchCallback()
Dets_promise.h205 void SubmitCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in SubmitCallback()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_finalization_registry.cpp30 …auto launchMode = coro->GetCoroutineManager()->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORK… in StdFinalizationRegistryRegisterInstance() local
Dstd_core_Promise.cpp138 …auto launchMode = coroManager->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORKER : CoroutineLa… in EtsPromiseSubmitCallback() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.cpp117 auto launchMode = in StartCleanupCoroIfNeeded() local