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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 418 const int ThreadWatcherList::kLiveThreadsThreshold = 2;
428 : live_threads_threshold(kLiveThreadsThreshold),
556 kLiveThreadsThreshold, crash_seconds,
557 kLiveThreadsThreshold, crash_seconds,
558 kLiveThreadsThreshold, crash_seconds * 5);
562 kLiveThreadsThreshold,
thread_watcher.h 37 // uint32 live_threads_threshold = ThreadWatcherList::kLiveThreadsThreshold;
480 static const int kLiveThreadsThreshold;
thread_watcher_unittest.cc 78 true, ThreadWatcherList::kLiveThreadsThreshold)),

Completed in 25 milliseconds