Home
last modified time | relevance | path

Searched refs:exit_state (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dthread_watcher_unittest.cc173 State exit_state; in WaitForStateChange() local
187 exit_state = thread_watcher_state_; in WaitForStateChange()
188 if (exit_state == expected_state) in WaitForStateChange()
193 return exit_state; in WaitForStateChange()
201 CheckResponseState exit_state; in WaitForCheckResponse() local
216 exit_state = check_response_state_; in WaitForCheckResponse()
217 if (exit_state == expected_state) in WaitForCheckResponse()
222 return exit_state; in WaitForCheckResponse()
/external/chromium_org/chrome/browser/metrics/
Dthread_watcher_unittest.cc184 State exit_state = INITIALIZED; in WaitForStateChange() local
198 exit_state = thread_watcher_state_; in WaitForStateChange()
199 if (exit_state == expected_state) in WaitForStateChange()
204 return exit_state; in WaitForStateChange()
212 CheckResponseState exit_state = UNKNOWN; in WaitForCheckResponse() local
227 exit_state = check_response_state_; in WaitForCheckResponse()
228 if (exit_state == expected_state) in WaitForCheckResponse()
233 return exit_state; in WaitForCheckResponse()
/external/kernel-headers/original/linux/
Dsched.h814 long exit_state; member