Searched refs:time_lock_ (Results 1 – 2 of 2) sorted by relevance
55 Priority priority) const RTC_LOCKS_EXCLUDED(time_lock_) override;60 void YieldExecution() RTC_LOCKS_EXCLUDED(time_lock_, lock_) override;63 RTC_LOCKS_EXCLUDED(time_lock_, lock_);68 RTC_LOCKS_EXCLUDED(time_lock_, lock_);72 void RunReadyRunners() RTC_LOCKS_EXCLUDED(time_lock_, lock_);74 Timestamp CurrentTime() const RTC_LOCKS_EXCLUDED(time_lock_);78 void AdvanceTime(Timestamp target_time) RTC_LOCKS_EXCLUDED(time_lock_);92 mutable Mutex time_lock_; variable93 Timestamp current_time_ RTC_GUARDED_BY(time_lock_);
130 MutexLock lock(&time_lock_); in CurrentTime()148 MutexLock time_lock(&time_lock_); in AdvanceTime()