Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp49 auto launchMode = static_cast<CoroutineLaunchMode>(launchModeQueue->Get(idx)); in OnPromiseCompletion() local
70 …EtsPromise::LaunchCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in LaunchCallback()
Dets_promise.h185 void SubmitCallback(EtsCoroutine *coro, EtsObject *callback, CoroutineLaunchMode launchMode) in SubmitCallback()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp132 …auto launchMode = coroManager->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORKER : CoroutineLa… in EtsPromiseSubmitCallback() local