Searched refs:mWakelockThread (Results 1 – 2 of 2) sorted by relevance
247 mWakelockThread = std::thread(startWakelockThread, this); in initializeCommon()537 if (mWakelockThread.joinable()) { in stopThreads()538 mWakelockThread.join(); in stopThreads()
227 std::thread mWakelockThread; variable