Searched refs:nextJobTs (Results 1 – 1 of 1) sorted by relevance
317 const TimePoint nextJobTs = mJobs.empty() ? kInfinityTs : mJobs.begin()->when; in runTimers() local318 auto conditionPredicate = [this, oldNextJobTs = nextJobTs]() { in runTimers()332 mCondition.wait_until(lock, nextJobTs, conditionPredicate); in runTimers()