Searched refs:g_stopped_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h469 // Sets |g_stopped_| on the WatchDogThread. This is necessary to reflect the
480 static bool g_stopped_; member in class:ThreadWatcherList
H A Dthread_watcher.cc416 bool ThreadWatcherList::g_stopped_ = false; member in class:ThreadWatcherList
666 if (g_thread_watcher_list_ || g_stopped_)
760 g_stopped_ = stopped;
H A Dthread_watcher_unittest.cc649 stopped_ = ThreadWatcherList::g_stopped_;

Completed in 77 milliseconds