Searched refs:mSuspendCounter (Results 1 – 2 of 2) sorted by relevance
149 : mSuspendCounter(0), in SystemSuspend()218 mSuspendCounter++; in incSuspendCounter()229 if (--mSuspendCounter == 0) { in decSuspendCounter()251 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()
123 uint32_t mSuspendCounter; variable