HomeSort by relevance Sort by last modified time
    Searched full:thread_watcher_state_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 53 State thread_watcher_state_; member in class:CustomThreadWatcher
69 thread_watcher_state_(INITIALIZED),
84 old_state = thread_watcher_state_;
86 thread_watcher_state_ = new_state;
180 while (thread_watcher_state_ != expected_state &&
185 // Capture the thread_watcher_state_ before it changes and return it
187 exit_state = thread_watcher_state_;

Completed in 3925 milliseconds