Searched refs:sleepUntilTime (Results 1 – 1 of 1) sorted by relevance
78 auto sleepUntilTime = std::chrono::time_point<std::chrono::steady_clock>::max(); in threadLoop() local80 sleepUntilTime = mMap.begin()->first; in threadLoop()81 if (sleepUntilTime <= std::chrono::steady_clock::now()) { in threadLoop()89 mCondition.wait_until(l, sleepUntilTime); in threadLoop()