Searched refs:stop_standing_subprocess (Results 1 – 5 of 5) sorted by relevance
32 from acts.utils import stop_standing_subprocess268 stop_standing_subprocess(self.tcpdump_pid)
30 from acts.utils import stop_standing_subprocess341 stop_standing_subprocess(proc)
140 utils.stop_standing_subprocess(self._process, kill_signal=signal.SIGINT)
143 utils.stop_standing_subprocess(p)
480 def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): function