Searched refs:is_set (Results 1 – 7 of 7) sorted by relevance
64 if not self._stop_waiting_for_opening.is_set():74 while time.time() < timeout_time and not self._stop_waiting_for_opening.is_set():75 if self._fifo_opened.is_set():115 self._fifo_opened.is_set()
101 return self._device_run.is_set() and self._is_binary_running()110 return self.is_device_running() and self._device_connected.is_set()
203 return self._device_run.is_set()208 and self._device_connected.is_set()
96 if not self._device_run.is_set():
122 assert device._device_connected.is_set() and device.is_device_connected()132 assert not device._device_connected.is_set() and not device.is_device_connected()146 assert device._device_run.is_set() and device.is_device_running()148 assert not device._device_run.is_set() and not device.is_device_running()
706 halt_event = mock.Mock(is_set=mock.Mock(side_effect=is_set_iter))734 halt_event = mock.Mock(is_set=mock.Mock(return_value=False))
434 if halt_event.is_set():