Home
last modified time | relevance | path

Searched defs:CreateExclusiveWorkerForThread (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h219 …virtual Coroutine *CreateExclusiveWorkerForThread([[maybe_unused]] Runtime *runtime, [[maybe_unuse… in CreateExclusiveWorkerForThread() function
Dstackful_coroutine_manager.cpp951 Coroutine *StackfulCoroutineManager::CreateExclusiveWorkerForThread(Runtime *runtime, PandaVM *vm) in CreateExclusiveWorkerForThread() function in ark::StackfulCoroutineManager