Home
last modified time | relevance | path

Searched refs:last_debugged_alarm_time_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/threading/
Dwatchdog.cc100 if (last_debugged_alarm_time_ > watchdog_->start_time_) { in ThreadMain()
104 if (last_debugged_alarm_time_ > watchdog_->start_time_) in ThreadMain()
119 last_debugged_alarm_time_ = last_alarm_time; in ThreadMain()
133 last_debugged_alarm_time_ = TimeTicks(); in ResetStaticData()
140 TimeTicks Watchdog::last_debugged_alarm_time_ = TimeTicks(); member in base::Watchdog
Dwatchdog.h90 static TimeTicks last_debugged_alarm_time_; variable