Searched refs:counterLock (Results 1 – 1 of 1) sorted by relevance
195 auto counterLock = std::unique_lock(mCounterLock); in forceSuspend() local197 counterLock.unlock(); in forceSuspend()250 auto counterLock = std::unique_lock(mCounterLock); in initAutosuspend() local251 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()261 counterLock.unlock(); in initAutosuspend()