Searched refs:mSuspendCounter (Results 1 – 2 of 2) sorted by relevance
99 : mSuspendCounter(0), in SystemSuspend()199 mSuspendCounter++; in incSuspendCounter()210 if (--mSuspendCounter == 0) { in decSuspendCounter()246 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()
88 uint32_t mSuspendCounter; variable