Home
last modified time | relevance | path

Searched refs:CreateNativeCoroutine (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h61 Coroutine *CreateNativeCoroutine(Runtime *runtime, PandaVM *vm,
Dstackful_coroutine_worker.cpp38 …coroManager->CreateNativeCoroutine(runtime, vm, ScheduleLoopProxy, this, "[fiber_sch] " + GetName(… in StackfulCoroutineWorker()
Dstackful_coroutine_manager.cpp504 Coroutine *StackfulCoroutineManager::CreateNativeCoroutine(Runtime *runtime, PandaVM *vm, in CreateNativeCoroutine() function in panda::StackfulCoroutineManager