HomeSort by relevance Sort by last modified time
    Searched refs:mWaiters (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/utils/
Looper.cpp 82 mWaiters = 0;
212 while (mWaiters != 0) {
309 if (mWaiters != 0) {
583 mWaiters += 1;
589 mWaiters -= 1;
590 if (mWaiters == 0) {
  /frameworks/base/include/utils/
Looper.h 220 // The wakeAndLock() method increments mWaiters, wakes the poll, blocks on mAwake
221 // until mPolling becomes false, then decrements mWaiters again.
222 // The poll() method blocks on mResume until mWaiters becomes 0, then sets
226 uint32_t mWaiters; // guarded by mLock

Completed in 23 milliseconds