Searched defs:coroName (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_manager.cpp | 443 …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()
|
| D | threaded_coroutine_manager.cpp | 210 …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/ |
| D | timer_module.cpp | 172 auto coroName = "Timer callback: " + ark::ToPandaString(timerId); in TimerCallback() local
|