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.cc176 if (!ThreadWatcherList::IsRegistered(params.thread_id))
318 ThreadWatcherList::Register(this);
381 ThreadWatcherList::GetStatusOfThreads(&responding_thread_count,
411 // ThreadWatcherList methods and members.
414 ThreadWatcherList* ThreadWatcherList::g_thread_watcher_list_ = NULL;
416 bool ThreadWatcherList::g_stopped_ = false;
418 const int ThreadWatcherList::kSleepSeconds = 1;
420 const int ThreadWatcherList::kUnresponsiveSeconds = 2;
422 const int ThreadWatcherList
519 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.cc1442 ThreadWatcherList::StartWatchingAll(parsed_command_line());
1643 ThreadWatcherList::StopWatchingAll();

Completed in 294 milliseconds