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