Searched refs:m_loop_thread (Results 1 – 2 of 2) sorted by relevance
177 m_loop_thread = std::thread([=] { in Start()198 if (m_loop_thread.joinable()) in Stop()199 m_loop_thread.join(); in Stop()
86 std::thread m_loop_thread; variable