Searched refs:CreateNativeCoroutine (Results 1 – 3 of 3) sorted by relevance
61 Coroutine *CreateNativeCoroutine(Runtime *runtime, PandaVM *vm,
38 …coroManager->CreateNativeCoroutine(runtime, vm, ScheduleLoopProxy, this, "[fiber_sch] " + GetName(… in StackfulCoroutineWorker()
504 Coroutine *StackfulCoroutineManager::CreateNativeCoroutine(Runtime *runtime, PandaVM *vm, in CreateNativeCoroutine() function in panda::StackfulCoroutineManager