Searched refs:needs_resync (Results 1 – 1 of 1) sorted by relevance
472 bool needs_resync = !initialized; in SetToCurrentTime() local480 needs_resync |= ticks_now < init_ticks; in SetToCurrentTime()483 needs_resync |= (time_now.t_ - init_time.t_) > kMaxClockElapsedTime; in SetToCurrentTime()486 if (needs_resync) { in SetToCurrentTime()