Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_worker.cpp25 auto *coroMan = co->GetManager(); in OnCoroBecameActive() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp200 auto *coroMan = etsVM->GetCoroutineManager(); in AttachCurrentThread() local
229 auto *coroMan = etsVM->GetCoroutineManager(); in DetachCurrentThread() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_ExclusiveLauncher.cpp41 auto *coroMan = etsVM->GetCoroutineManager(); in TryCreateEACoroutine() local
75 auto *coroMan = etsVM->GetCoroutineManager(); in RunTaskOnEACoroutine() local
Dstd_concurrency_Launch.cpp173 auto *coroMan = coro->GetCoroutineManager(); in EtsLaunchSameWorker() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp92 auto *coroMan = etsVM->GetCoroutineManager(); in AttachThread() local
117 auto *coroMan = etsVM->GetCoroutineManager(); in DetachThread() local