Searched refs:exit_state (Results 1 – 3 of 3) sorted by relevance
173 State exit_state; in WaitForStateChange() local187 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() local216 exit_state = check_response_state_; in WaitForCheckResponse()217 if (exit_state == expected_state) in WaitForCheckResponse()222 return exit_state; in WaitForCheckResponse()
184 State exit_state = INITIALIZED; in WaitForStateChange() local198 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() local227 exit_state = check_response_state_; in WaitForCheckResponse()228 if (exit_state == expected_state) in WaitForCheckResponse()233 return exit_state; in WaitForCheckResponse()
814 long exit_state; member