Searched refs:counterLock (Results 1 – 1 of 1) sorted by relevance
196 auto counterLock = std::unique_lock(mCounterLock); in forceSuspend() local198 counterLock.unlock(); in forceSuspend()262 auto counterLock = std::unique_lock(mCounterLock); in initAutosuspend() local263 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()273 counterLock.unlock(); in initAutosuspend()