Searched defs:unresponsive_threshold (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h25 // |unresponsive_threshold| specifies the number of unanswered ping messages
35 // uint32 unresponsive_threshold = ThreadWatcherList::kUnresponsiveCount;
40 // unresponsive_threshold, crash_on_hang, live_threads_threshold);
80 uint32 unresponsive_threshold; member in struct:ThreadWatcher::WatchingParams
95 unresponsive_threshold(unresponsive_threshold_in),
105 // message or not. |unresponsive_threshold| is used to determine if the thread
107 // hasn't responded with a pong message for |unresponsive_threshold| number of
320 // |unresponsive_threshold| specifies the number of unanswered ping messages
344 // seconds. This number is used to calculate |unresponsive_threshold|. In this
353 // unresponsive threshold seconds is 18 (or |unresponsive_threshold| i
377 uint32 unresponsive_threshold; member in struct:ThreadWatcherList::CrashDataThresholds
[all...]
H A Dthread_watcher_unittest.cc346 uint32 unresponsive_threshold; local
348 &unresponsive_threshold,
364 EXPECT_LT(0u, it->second.unresponsive_threshold);
376 uint32 unresponsive_threshold; local
378 &unresponsive_threshold,
394 EXPECT_LT(0u, it->second.unresponsive_threshold);
406 uint32 unresponsive_threshold; local
408 &unresponsive_threshold,
428 uint32 crash_unresponsive_threshold = it->second.unresponsive_threshold;
H A Dthread_watcher.cc143 ping_count_(params.unresponsive_threshold),
148 unresponsive_threshold_(params.unresponsive_threshold),
435 uint32 unresponsive_threshold)
437 unresponsive_threshold(unresponsive_threshold) {
442 unresponsive_threshold(kUnresponsiveCount) {
448 uint32 unresponsive_threshold; local
451 &unresponsive_threshold,
455 base::TimeDelta::FromSeconds(kSleepSeconds * unresponsive_threshold));
464 unresponsive_threshold,
433 CrashDataThresholds( uint32 live_threads_threshold, uint32 unresponsive_threshold) argument
537 ParseCommandLine( const CommandLine& command_line, uint32* unresponsive_threshold, CrashOnHangThreadMap* crash_on_hang_threads) argument
644 uint32 unresponsive_threshold = static_cast<uint32>( local
655 InitializeAndStartWatching( uint32 unresponsive_threshold, const CrashOnHangThreadMap& crash_on_hang_threads) argument
693 StartWatching( const BrowserThread::ID& thread_id, const std::string& thread_name, const base::TimeDelta& sleep_time, const base::TimeDelta& unresponsive_time, uint32 unresponsive_threshold, const CrashOnHangThreadMap& crash_on_hang_threads) argument
[all...]

Completed in 54 milliseconds