Searched refs:stall_threshold (Results 1 – 2 of 2) sorted by relevance
30 stall_threshold("stall", TimeDelta::Millis(5)), in ReceiveTimeCalculatorConfig()36 {&max_packet_time_repair, &stall_threshold, &tolerance, &max_stall}, in ReceiveTimeCalculatorConfig()57 if (total_system_time_passed_us_ < config_.stall_threshold->us()) { in ReconcileReceiveTimes()74 total_system_time_passed_us_ += config_.stall_threshold->us(); in ReconcileReceiveTimes()78 total_system_time_passed_us_ < config_.stall_threshold->us()) { in ReconcileReceiveTimes()96 bool stall_is_over = safe_time_delta_us > config_.stall_threshold->us(); in ReconcileReceiveTimes()
29 FieldTrialParameter<TimeDelta> stall_threshold; member