Searched refs:exit_state (Results 1 – 2 of 2) 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()
814 long exit_state; member