Searched refs:step_to (Results 1 – 1 of 1) sorted by relevance
51 Clock::time_point step_to = Clock::time_point::max(); in Advance() local53 step_to = std::min(step_to, task_runner->GetResumeTime()); in Advance()55 if (step_to > stop_time) { in Advance()59 OSP_DCHECK_GT(step_to, now()); in Advance()60 now_.store(step_to, std::memory_order_release); in Advance()