Searched refs:time_passed (Results 1 – 5 of 5) sorted by relevance
114 time_passed = 0115 while time_passed < timeout:119 time_passed = time_passed + poll_time
1384 time_passed = 0.01393 time_passed += sleep_time1399 time_passed, fraction_active_time)1400 if time_passed > timeout:1410 time_passed, fraction_active_time)
133 const TimeDelta time_passed = last_loss_packet_report_.IsFinite() in UpdateLossStatistics() local139 average_loss_ += ExponentialUpdate(config_.loss_window, time_passed) * in UpdateLossStatistics()145 ExponentialUpdate(config_.loss_max_window, time_passed) * in UpdateLossStatistics()153 const TimeDelta time_passed = in UpdateAcknowledgedBitrate() local162 ExponentialUpdate(config_.acknowledged_rate_max_window, time_passed) * in UpdateAcknowledgedBitrate()
152 const int64 time_passed = env_->env->NowMicros() - last_accessed_micros_; in IsStale() local153 return (destroy_after_micros_ > 0 && time_passed > destroy_after_micros_); in IsStale()
130 Clock::duration time_passed{0}; in AdvanceThroughAllTtlFractions() local133 Clock::duration delta = time_till_refresh - time_passed; in AdvanceThroughAllTtlFractions()134 time_passed = time_till_refresh; in AdvanceThroughAllTtlFractions()