Searched refs:nextWakeup (Results 1 – 2 of 2) sorted by relevance
54 nsecs_t nextWakeup; in waitForWork() local57 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()
112 nsecs_t nextWakeup(std::unique_lock<std::mutex>& lock) { in nextWakeup() function