Searched refs:mWakelockThread (Results 1 – 2 of 2) sorted by relevance
261 mWakelockThread = std::thread(startWakelockThread, this); in initializeCommon()551 if (mWakelockThread.joinable()) { in stopThreads()552 mWakelockThread.join(); in stopThreads()
229 std::thread mWakelockThread; variable