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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 176 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::kUnresponsiveCount = 9
    [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 {
419 ThreadWatcherList();
422 virtual ~ThreadWatcherList();
444 // This constructs the |ThreadWatcherList| singleton and starts watching
476 static ThreadWatcherList* g_thread_watcher_list_
    [all...]

Completed in 3398 milliseconds