Searched refs:terminate_process (Results 1 – 6 of 6) sorted by relevance
12 from twister_harness.device.utils import log_command, terminate_process84 terminate_process(self._process, self.base_timeout)
40 def terminate_process(proc: subprocess.Popen, timeout: float = 0.5) -> None: function
22 from twister_harness.device.utils import log_command, terminate_process285 terminate_process(proc)
52 def terminate_process(proc): function104 terminate_process(proc)626 terminate_process(ser_pty_process)
25 from twisterlib.handlers import Handler, terminate_process518 terminate_process(proc)1095 terminate_process(proc)
1276 twisterlib.handlers.terminate_process = mock.Mock()1306 twisterlib.handlers.terminate_process.assert_called_once()1464 twisterlib.handlers.terminate_process = mock.Mock()
Completed in 13 milliseconds