OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_watcher_state_
(Results
1 - 2
of
2
) 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_
;
/external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc
62
State
thread_watcher_state_
;
member in class:CustomThreadWatcher
80
thread_watcher_state_
(INITIALIZED),
95
old_state =
thread_watcher_state_
;
97
thread_watcher_state_
= new_state;
191
while (
thread_watcher_state_
!= expected_state &&
196
// Capture the
thread_watcher_state_
before it changes and return it
198
exit_state =
thread_watcher_state_
;
Completed in 24 milliseconds