Searched defs:live_threads_threshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h29 // sufficiently responsive. |live_threads_threshold| specifies the number of
37 // uint32 live_threads_threshold = ThreadWatcherList::kLiveThreadsThreshold;
40 // unresponsive_threshold, crash_on_hang, live_threads_threshold);
82 uint32 live_threads_threshold; member in struct:ThreadWatcher::WatchingParams
97 live_threads_threshold(live_threads_threshold_in) {
109 // the watched thread is unresponsive. |live_threads_threshold| specifies the
312 // |live_threads_threshold| specifies the maximum number of browser threads
315 // deadlock, or look for a solo hung thread. A small live_threads_threshold
341 // FILE. The second parameter specifies |live_threads_threshold|. For UI and
352 // Example 1: If the |live_threads_threshold| valu
376 uint32 live_threads_threshold; member in struct:ThreadWatcherList::CrashDataThresholds
[all...]
H A Dthread_watcher.cc150 live_threads_threshold_(params.live_threads_threshold),
434 uint32 live_threads_threshold,
436 : live_threads_threshold(live_threads_threshold),
441 : live_threads_threshold(kLiveThreadsThreshold),
608 it->second.live_threads_threshold = INT_MAX;
634 uint32 live_threads_threshold = default_live_threads_threshold; local
637 (!base::StringToUint(values[1], &live_threads_threshold))) {
647 CrashDataThresholds crash_data(live_threads_threshold,
705 uint32 live_threads_threshold local
433 CrashDataThresholds( uint32 live_threads_threshold, uint32 unresponsive_threshold) argument
[all...]

Completed in 71 milliseconds