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

  /frameworks/base/include/utils/
Looper.h 217 // there are any other threads waiting in wakeAndLock(). The condition variables
220 // The wakeAndLock() method increments mWaiters, wakes the poll, blocks on mAwake
234 void wakeAndLock();
  /frameworks/base/libs/utils/
Looper.cpp 210 // Wait for wakeAndLock() waiters to run then set mPolling to true.
306 // Set mPolling to false and wake up the wakeAndLock() waiters.
506 wakeAndLock(); // acquire lock
554 wakeAndLock(); // acquire lock
580 void Looper::wakeAndLock() {

Completed in 87 milliseconds