Home
last modified time | relevance | path

Searched refs:nextWakeup (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/thread/
DThreadBase.h54 nsecs_t nextWakeup; in waitForWork() local
57 nextWakeup = mQueue.nextWakeup(lock); in waitForWork()
60 if (nextWakeup < std::numeric_limits<nsecs_t>::max()) { in waitForWork()
61 timeout = ns2ms(nextWakeup - WorkQueue::clock::now()); in waitForWork()
DWorkQueue.h112 nsecs_t nextWakeup(std::unique_lock<std::mutex>& lock) { in nextWakeup() function