OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrashDataThresholds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/metrics/
thread_watcher.h
311
// A map from thread names (UI, IO, etc) to |
CrashDataThresholds
|.
349
// The following examples explain how the data in |
CrashDataThresholds
|
371
struct
CrashDataThresholds
{
372
CrashDataThresholds
(uint32 live_threads_threshold,
374
CrashDataThresholds
();
379
typedef std::map<std::string,
CrashDataThresholds
> CrashOnHangThreadMap;
422
// |crash_on_hang| thread's names to |
CrashDataThresholds
|.
430
// |
CrashDataThresholds
|. If |crash_on_hang_thread_names| doesn't specify
thread_watcher.cc
420
ThreadWatcherList::
CrashDataThresholds
::
CrashDataThresholds
(
427
ThreadWatcherList::
CrashDataThresholds
::
CrashDataThresholds
()
623
CrashDataThresholds
crash_data(live_threads_threshold,
Completed in 286 milliseconds