Searched defs:ThreadWatcher (Results 1 - 4 of 4) 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...]
/external/chromium_org/chrome/browser/metrics/
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
38 // ThreadWatcher::StartWatching(
71 class ThreadWatcher { class
74 // as a workaround that limitation for invoking ThreadWatcher::StartWatching.
102 // will create ThreadWatcher object for the given |thread_id|, |thread_name|.
112 // will register that ThreadWatcher object and activate the thread watching of
138 // Construct a ThreadWatcher fo
[all...]
H A Dthread_watcher.cc120 // ThreadWatcher methods and members.
121 ThreadWatcher::ThreadWatcher(const WatchingParams& params) function in class:ThreadWatcher
145 ThreadWatcher::~ThreadWatcher() {}
148 void ThreadWatcher::StartWatching(const WatchingParams& params) {
158 base::Bind(&ThreadWatcher::StartWatching, params));
165 ThreadWatcher* watcher = new ThreadWatcher(params);
175 void ThreadWatcher
[all...]

Completed in 45 milliseconds