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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 37 // uint32 live_threads_threshold = ThreadWatcherList::kLiveThreadsThreshold;
493 static const int kLiveThreadsThreshold;
thread_watcher.cc 424 const int ThreadWatcherList::kLiveThreadsThreshold = 2;
436 : live_threads_threshold(kLiveThreadsThreshold),
570 kLiveThreadsThreshold, crash_seconds,
571 kLiveThreadsThreshold, crash_seconds,
572 kLiveThreadsThreshold, crash_seconds * 5);
576 kLiveThreadsThreshold,
    [all...]

Completed in 3174 milliseconds