Searched refs:latest_time (Results 1 – 10 of 10) sorted by relevance
93 return wake_up.latest_time() > other.wake_up.latest_time();
98 TimeTicks latest_time() const;
105 TimeTicks WakeUp::latest_time() const { in latest_time() function in base::sequence_manager::WakeUp
85 return std::min(aligned_run_time, wake_up.latest_time()); in WakeUpRunTime()
111 latest_time = found_time + time_tolerance_ms115 if (ground_truth_time > latest_time or
86 const int64_t latest_time = found_time + time_tolerance_ms; in CalculateAccuracyStats() local90 if ((ground_truth_time > latest_time) || in CalculateAccuracyStats()
662 …d_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time) in dng_pthread_cond_timedwait() argument671 __int64 lock_time = (__int64)latest_time->tv_sec * 1000000000 + latest_time->tv_nsec; in dng_pthread_cond_timedwait()
116 …_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time);
287 virtual int64_t latest_time() const = 0;364 int64_t latest_time() const override;429 int64_t latest_time() const override;
537 int64_t InstructionCountPrefetchIntervalPicker::latest_time() const { in latest_time() function in xla::memory_space_assignment::InstructionCountPrefetchIntervalPicker863 int64_t CostAnalysisPrefetchIntervalPicker::latest_time() const { in latest_time() function in xla::memory_space_assignment::CostAnalysisPrefetchIntervalPicker3236 options_.prefetch_interval_picker->latest_time(); in Prefetch()