Searched refs:ThreadRoutine (Results 1 – 1 of 1) sorted by relevance
180 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()241 void ThreadRoutine() { in ThreadRoutine() function in rootcanal::AsyncManager::AsyncFdWatcher461 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()469 void ThreadRoutine() { in ThreadRoutine() function in rootcanal::AsyncManager::AsyncTaskManager