Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp443 …ckfulCoroutineManager::LaunchNative(NativeEntrypointFunc epFunc, void *param, PandaString coroName, in LaunchNative()
609 …fulCoroutineManager::GetCoroutineInstanceForLaunch(EntrypointInfo &&epInfo, PandaString &&coroName, in GetCoroutineInstanceForLaunch()
634 bool StackfulCoroutineManager::LaunchImpl(EntrypointInfo &&epInfo, PandaString &&coroName, Coroutin… in LaunchImpl()
659 …ol StackfulCoroutineManager::LaunchImmediatelyImpl(EntrypointInfo &&epInfo, PandaString &&coroName, in LaunchImmediatelyImpl()
689 …tackfulCoroutineManager::LaunchWithMode(Coroutine::EntrypointInfo &&epInfo, PandaString &&coroName, in LaunchWithMode()
Dthreaded_coroutine_manager.cpp210 …eadedCoroutineManager::LaunchNative(NativeEntrypointFunc epFunc, void *param, PandaString coroName, in LaunchNative()
404 bool ThreadedCoroutineManager::LaunchImpl(EntrypointInfo &&epInfo, PandaString &&coroName, Coroutin… in LaunchImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp172 auto coroName = "Timer callback: " + ark::ToPandaString(timerId); in TimerCallback() local