Searched refs:current_time_ (Results 1 – 7 of 7) sorted by relevance
24 current_time_ = test_clock_->Now(); in PostDelayedTask()29 fire_order_.push(std::make_pair(current_time_ + delay, current_id)); in PostDelayedTask()31 << " to run at " << current_time_ + delay in PostDelayedTask()60 current_time_ = test_clock_->Now(); in RunOnce()93 (may_block || fire_order_.top().first <= current_time_)) { in RunOnce()103 if (current_time_ < task_ref.first) { in RunOnce()104 current_time_ = task_ref.first; in RunOnce()106 test_clock_->SetNow(current_time_); in RunOnce()114 << " at time " << current_time_ << " from this location."; in RunOnce()
90 base::Time current_time_ = base::Time::FromDoubleT(1246996800.); variable
29 current_time_ += micros; in AdvanceByMicroseconds()31 if (current_time_ >= it->wake_time) { in AdvanceByMicroseconds()71 return current_time_; in NowMicros()83 sleeping_threads_.push_back({current_time_ + micros, &wake_notification}); in SleepForMicroseconds()
61 uint64 current_time_ GUARDED_BY(mu_) = 0;
23 FakeTaskRunner() : current_time_(0) {} in FakeTaskRunner()30 return current_time_++; in CurrentTime()33 int64_t current_time_; variable
746 buffer, BufferInterval{buffer, size, current_time_, -1}); in Alloc()748 ++current_time_; in Alloc()761 buffer_interval.end = current_time_; in Free()762 ++current_time_; in Free()
367 int64 current_time_ = 0; variable