HomeSort by relevance Sort by last modified time
    Searched defs:unresponsive_time (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/metrics/
thread_watcher.h 23 // unresponsive_time is the wait time after ping message is sent, to check if
27 // base::TimeDelta unresponsive_time = base::TimeDelta::FromSeconds(10);
29 // unresponsive_time);
60 // sleep_time and unresponsive_time. sleep_time_ is the wait time between ping
68 const base::TimeDelta& unresponsive_time);
80 base::TimeDelta unresponsive_time() const { return unresponsive_time_; } function in class:ThreadWatcher
98 const base::TimeDelta& unresponsive_time);
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 23 // watched (IO) thread. |unresponsive_time| is the wait time after ping
34 // base::TimeDelta unresponsive_time = base::TimeDelta::FromSeconds(10);
39 // BrowserThread::IO, "IO", sleep_time, unresponsive_time,
79 const base::TimeDelta& unresponsive_time; member in struct:ThreadWatcher::WatchingParams
94 unresponsive_time(unresponsive_time_in),
103 // |sleep_time| is the wait time between ping messages. |unresponsive_time| is
126 base::TimeDelta unresponsive_time() const { return unresponsive_time_; } function in class:ThreadWatcher
139 // wait time between ping messages. |unresponsive_time| is the wait time after
453 const base::TimeDelta& unresponsive_time,

Completed in 149 milliseconds