Home
last modified time | relevance | path

Searched refs:ManagerThreadProc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h231 void ManagerThreadProc();
Dstackful_coroutine_manager.cpp1009 void StackfulCoroutineManager::ManagerThreadProc() in ManagerThreadProc() function in ark::StackfulCoroutineManager
1158 managerThread_ = std::thread(&StackfulCoroutineManager::ManagerThreadProc, this); in StartManagerThread()