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