Searched refs:mWakelockThread (Results 1 – 2 of 2) sorted by relevance
188 mWakelockThread = std::thread(startWakelockThread, this); in initialize()460 if (mWakelockThread.joinable()) { in stopThreads()461 mWakelockThread.join(); in stopThreads()
222 std::thread mWakelockThread; variable