Searched refs:ThreadWatcherList (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_android_unittest.cc42 // Do not delay the ThreadWatcherList initialization for this test.
43 ThreadWatcherList::g_initialize_delay_seconds = 0;
52 EXPECT_FALSE(ThreadWatcherList::g_thread_watcher_list_);
58 ThreadWatcherList::StartWatchingAll(*CommandLine::ForCurrentProcess());
61 EXPECT_TRUE(ThreadWatcherList::g_thread_watcher_list_);
67 EXPECT_FALSE(ThreadWatcherList::g_thread_watcher_list_);
72 EXPECT_TRUE(ThreadWatcherList::g_thread_watcher_list_);
H A Dthread_watcher_android.cc16 // whilst the ThreadWatcherList is initiated higher up in the stack.
31 ThreadWatcherList::StopWatchingAll();
36 ThreadWatcherList::StartWatchingAll(*CommandLine::ForCurrentProcess());
H A Dthread_watcher.cc181 if (!ThreadWatcherList::IsRegistered(params.thread_id))
323 ThreadWatcherList::Register(this);
386 ThreadWatcherList::GetStatusOfThreads(&responding_thread_count,
416 // ThreadWatcherList methods and members.
419 ThreadWatcherList* ThreadWatcherList::g_thread_watcher_list_ = NULL;
421 bool ThreadWatcherList::g_stopped_ = false;
423 const int ThreadWatcherList::kSleepSeconds = 1;
425 const int ThreadWatcherList::kUnresponsiveSeconds = 2;
427 const int ThreadWatcherList
524 ThreadWatcherList::ThreadWatcherList() { function in class:ThreadWatcherList
[all...]
H A Dthread_watcher.h8 // be watched. This file also defines ThreadWatcherList class that has list of
35 // uint32 unresponsive_threshold = ThreadWatcherList::kUnresponsiveCount;
37 // uint32 live_threads_threshold = ThreadWatcherList::kLiveThreadsThreshold;
67 class ThreadWatcherList;
184 friend class ThreadWatcherList;
306 class ThreadWatcherList { class
419 ThreadWatcherList();
422 virtual ~ThreadWatcherList();
444 // This constructs the |ThreadWatcherList| singleton and starts watching
476 static ThreadWatcherList* g_thread_watcher_list
[all...]
H A Dthread_watcher_unittest.cc78 unresponsive_time, ThreadWatcherList::kUnresponsiveCount,
79 true, ThreadWatcherList::kLiveThreadsThreshold)),
252 ThreadWatcherList* thread_watcher_list_;
275 thread_watcher_list_ = new ThreadWatcherList();
305 ThreadWatcherList::DeleteAll();
345 ThreadWatcherList::CrashOnHangThreadMap crash_on_hang_threads;
347 ThreadWatcherList::ParseCommandLine(command_line,
359 ThreadWatcherList::CrashOnHangThreadMap::iterator it =
375 ThreadWatcherList::CrashOnHangThreadMap crash_on_hang_threads;
377 ThreadWatcherList
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc1427 ThreadWatcherList::StartWatchingAll(parsed_command_line());
1623 ThreadWatcherList::StopWatchingAll();

Completed in 94 milliseconds