Home | History | Annotate | Download | only in metrics

Lines Matching defs:watcher

59   // Create a new thread watcher object for the given thread and activate it.
60 ThreadWatcher* watcher =
62 DCHECK(watcher);
63 // If we couldn't register the thread watcher object, we are shutting down,
67 watcher->ActivateThreadWatching();
89 // There is some user activity, PostPingMessage task of thread watcher if
211 void ThreadWatcherList::Register(ThreadWatcher* watcher) {
215 DCHECK(!global_->PreLockedFind(watcher->thread_id()));
216 global_->registered_[watcher->thread_id()] = watcher;
269 // Delete all thread watcher objects on WatchDogThread.