Searched defs:ThreadWatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc16 const int ThreadWatcher::kPingCount = 3;
18 // ThreadWatcher methods and members.
19 ThreadWatcher::ThreadWatcher(const BrowserThread::ID& thread_id, function in class:ThreadWatcher
36 ThreadWatcher::~ThreadWatcher() {}
39 void ThreadWatcher::StartWatching(const BrowserThread::ID& thread_id,
52 &ThreadWatcher::StartWatching,
60 ThreadWatcher* watcher =
61 new ThreadWatcher(thread_i
[all...]
H A Dthread_watcher.h7 // ThreadWatcher class which performs health check on threads that would like to
9 // all active ThreadWatcher objects.
11 // ThreadWatcher class sends ping message to the watched thread and the watched
15 // TODO(raman): ThreadWatcher can detect hung threads. If a hung thread is
28 // ThreadWatcher::StartWatching(BrowserThread::IO, "IO", sleep_time,
56 class ThreadWatcher { class
59 // create ThreadWatcher object for the given thread_id, thread_name,
63 // ThreadWatcher object and activate the thread watching of the given
92 // Construct a ThreadWatcher for the given thread_id. sleep_time_ is the
95 ThreadWatcher(cons
325 DISABLE_RUNNABLE_METHOD_REFCOUNT(ThreadWatcher); variable
[all...]

Completed in 52 milliseconds