Searched refs:mWakelockCV (Results 1 – 2 of 2) sorted by relevance
532 mWakelockCV.notify_one(); in stopThreads()607 mWakelockCV.wait(lock, [&] { return mWakelockRefCount > 0 || !mThreadsRun.load(); }); in handleWakelocks()684 mWakelockCV.notify_one(); in incrementRefCountAndMaybeAcquireWakelock()
241 std::condition_variable_any mWakelockCV; variable