Searched refs:max_time (Results 1 – 11 of 11) sorted by relevance
57 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { in TimedWait() argument58 DCHECK(max_time >= TimeDelta::FromMicroseconds(0)); in TimedWait()62 double timeout = ceil(max_time.InMillisecondsF()); in TimedWait()
42 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait() argument43 int64 usecs = max_time.InMicroseconds(); in TimedWait()
156 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { in TimedWait() argument157 const Time end_time(Time::Now() + max_time); in TimedWait()158 const bool finite_time = max_time.ToInternalValue() >= 0; in TimedWait()
52 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait() argument65 WaitForSingleObject(handle, static_cast<DWORD>(max_time.InMilliseconds())); in TimedWait()
95 void TimedWait(const TimeDelta& max_time);
83 bool TimedWait(const TimeDelta& max_time);
22 static const base::TimeDelta max_time = base::TimeDelta::FromSeconds(1); in addLibcrosTimeHistogram() local28 max_time, in addLibcrosTimeHistogram()
284 max_time = max(290 (is_all_pass and max_time < JSON_RESULTS_MIN_TIME)):
201 static zic_t max_time; variable828 max_time = -(min_time + 1); in setboundaries()1234 z.z_untiltime < max_time &&1236 zones[nzones - 1].z_untiltime < max_time &&1321 if (dayoff > max_time / SECSPERDAY) {2320 jtime == max_time)2761 if (t1 == max_time && t2 > 0)2762 return max_time;2790 return max_time;2855 if (dayoff > max_time / SECSPERDAY)[all …]
490 def Play (self, max_time=None): argument495 if max_time is not None:496 max_time += self.eas.GetRenderTime()499 if max_time is not None:500 if self.eas.GetRenderTime() >= max_time:
567 max_time = max([time[1] for time in test[self.TIMES]])572 if is_all_no_data or (is_all_pass and max_time <= self.MIN_TIME):