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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 139 unresponsive_threshold_(params.unresponsive_threshold),
181 ping_count_ = unresponsive_threshold_;
204 // |unresponsive_threshold_| and when user becomes active,
205 // |unresponsive_count_| can go over |unresponsive_threshold_| if there was no
211 ping_count_ = unresponsive_threshold_;
215 ping_count_ = unresponsive_threshold_;
404 return unresponsive_count_ >= unresponsive_threshold_;
thread_watcher.h 154 // |unresponsive_threshold_|.
211 // pong message for |unresponsive_threshold_| number of ping messages.
275 // watched thread hasn't responded at least |unresponsive_threshold_| times.
281 // |unresponsive_threshold_| then we would consider it as unresponsive.
282 uint32 unresponsive_threshold_; member in class:ThreadWatcher
thread_watcher_unittest.cc 187 for (uint32 i = 0; i < unresponsive_threshold_; ++i) {
216 for (uint32 i = 0; i < unresponsive_threshold_; ++i) {

Completed in 31 milliseconds