Lines Matching refs:timeout_time
2895 TimeValue timeout_time; in Launch() local
2896 timeout_time = TimeValue::Now(); in Launch()
2897 timeout_time.OffsetWithSeconds(10); in Launch()
2898 StateType state = WaitForProcessStopPrivate(&timeout_time, event_sp); in Launch()
3375 TimeValue timeout_time; in Halt() local
3376 timeout_time = TimeValue::Now(); in Halt()
3377 timeout_time.OffsetWithSeconds(1); in Halt()
3378 bool got_event = halt_listener.WaitForEvent (&timeout_time, event_sp); in Halt()
3844 TimeValue timeout_time; in ControlPrivateStateThread() local
3849 timeout_time = TimeValue::Now(); in ControlPrivateStateThread()
3850 timeout_time.OffsetWithSeconds(2); in ControlPrivateStateThread()
3853 m_private_state_control_wait.WaitForValueEqualTo (true, &timeout_time, &timed_out); in ControlPrivateStateThread()