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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc63 State thread_watcher_state_; member in class:CustomThreadWatcher
81 thread_watcher_state_(INITIALIZED),
96 old_state = thread_watcher_state_;
98 thread_watcher_state_ = new_state;
192 while (thread_watcher_state_ != expected_state &&
197 // Capture the thread_watcher_state_ before it changes and return it
199 exit_state = thread_watcher_state_;

Completed in 505 milliseconds