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