HomeSort by relevance Sort by last modified time
    Searched refs:sleep_time_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/metrics/
thread_watcher.h 60 // sleep_time and unresponsive_time. sleep_time_ is the wait time between ping
77 base::TimeDelta sleep_time() const { return sleep_time_; }
92 // Construct a ThreadWatcher for the given thread_id. sleep_time_ is the
122 // PostPingMessage task that would be called after waiting sleep_time_. It
165 const base::TimeDelta sleep_time_; member in class:ThreadWatcher
thread_watcher.cc 25 sleep_time_(sleep_time),
155 sleep_time_.InMilliseconds());
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 123 base::TimeDelta sleep_time() const { return sleep_time_; }
167 // PostPingMessage() task that would be called after waiting |sleep_time_|. It
226 const base::TimeDelta sleep_time_; member in class:ThreadWatcher
thread_watcher.cc 128 sleep_time_(params.sleep_time),
279 sleep_time_);

Completed in 411 milliseconds