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

  /external/chromium/chrome/browser/metrics/
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.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...]
  /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...]

Completed in 1705 milliseconds