Searched refs:ManagerThreadProc (Results 1 – 2 of 2) sorted by relevance
231 void ManagerThreadProc();
1009 void StackfulCoroutineManager::ManagerThreadProc() in ManagerThreadProc() function in ark::StackfulCoroutineManager1158 managerThread_ = std::thread(&StackfulCoroutineManager::ManagerThreadProc, this); in StartManagerThread()