HomeSort by relevance Sort by last modified time
    Searched refs:ThreadWatcherList (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/metrics/
thread_watcher.h 8 // be watched. This file also defines ThreadWatcherList class that has list of
53 class ThreadWatcherList;
135 friend class ThreadWatcherList;
203 class ThreadWatcherList : public NotificationObserver {
209 ThreadWatcherList();
211 virtual ~ThreadWatcherList();
263 static ThreadWatcherList* global_; // The singleton of this class.
277 DISALLOW_COPY_AND_ASSIGN(ThreadWatcherList);
324 // refcounting of ThreadWatcher and ThreadWatcherList classes.
326 DISABLE_RUNNABLE_METHOD_REFCOUNT(ThreadWatcherList);
    [all...]
thread_watcher.cc 65 if (!ThreadWatcherList::IsRegistered(thread_id))
170 ThreadWatcherList::Register(this);
188 // ThreadWatcherList methods and members.
191 ThreadWatcherList* ThreadWatcherList::global_ = NULL;
193 ThreadWatcherList::ThreadWatcherList()
204 ThreadWatcherList::~ThreadWatcherList() {
211 void ThreadWatcherList::Register(ThreadWatcher* watcher)
    [all...]
thread_watcher_unittest.cc 248 thread_watcher_list_ = new ThreadWatcherList();
260 ThreadWatcherList::StopWatchingAll();
273 ThreadWatcherList* thread_watcher_list_;
290 EXPECT_EQ(io_watcher_, ThreadWatcherList::Find(io_thread_id));
291 EXPECT_EQ(webkit_watcher_, ThreadWatcherList::Find(webkit_thread_id));
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 170 if (!ThreadWatcherList::IsRegistered(params.thread_id))
312 ThreadWatcherList::Register(this);
375 ThreadWatcherList::GetStatusOfThreads(&responding_thread_count,
405 // ThreadWatcherList methods and members.
408 ThreadWatcherList* ThreadWatcherList::g_thread_watcher_list_ = NULL;
410 const int ThreadWatcherList::kSleepSeconds = 1;
412 const int ThreadWatcherList::kUnresponsiveSeconds = 2;
414 const int ThreadWatcherList::kUnresponsiveCount = 9;
416 const int ThreadWatcherList::kLiveThreadsThreshold = 2
    [all...]
thread_watcher.h 8 // 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 {
415 ThreadWatcherList();
418 virtual ~ThreadWatcherList();
440 // This constructs the |ThreadWatcherList| singleton and starts watching
467 static ThreadWatcherList* g_thread_watcher_list_
    [all...]
thread_watcher_unittest.cc 77 unresponsive_time, ThreadWatcherList::kUnresponsiveCount,
78 true, ThreadWatcherList::kLiveThreadsThreshold)),
249 ThreadWatcherList* thread_watcher_list_;
272 thread_watcher_list_ = new ThreadWatcherList();
302 ThreadWatcherList::DeleteAll();
342 ThreadWatcherList::CrashOnHangThreadMap crash_on_hang_threads;
344 ThreadWatcherList::ParseCommandLine(command_line,
356 ThreadWatcherList::CrashOnHangThreadMap::iterator it =
372 ThreadWatcherList::CrashOnHangThreadMap crash_on_hang_threads;
374 ThreadWatcherList::ParseCommandLine(command_line
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 183 milliseconds