Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h233 virtual void CreateWorkers([[maybe_unused]] size_t howMany, [[maybe_unused]] Runtime *runtime, in CreateWorkers() function
Dthreaded_coroutine_manager.cpp52 void ThreadedCoroutineManager::CreateWorkers(size_t howMany, Runtime *runtime, PandaVM *vm) in CreateWorkers() function in ark::ThreadedCoroutineManager
Dstackful_coroutine_manager.cpp57 void StackfulCoroutineManager::CreateWorkers(size_t howMany, Runtime *runtime, PandaVM *vm) in CreateWorkers() function in ark::StackfulCoroutineManager