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