Searched refs:mMonitorThread (Results 1 – 2 of 2) sorted by relevance
97 if (mMonitorThread.joinable()) { in terminate()98 mMonitorThread.join(); in terminate()178 if (mMonitorThread.joinable()) { in start()184 mMonitorThread = std::thread([&]() { in start()
199 std::thread mMonitorThread; variable