Searched refs:stop_standing_subprocess (Results 1 – 6 of 6) sorted by relevance
25 from acts.utils import stop_standing_subprocess282 stop_standing_subprocess(proc)
32 from acts.utils import stop_standing_subprocess266 stop_standing_subprocess(self.tcpdump_pid)
140 utils.stop_standing_subprocess(self._process, kill_signal=signal.SIGINT)
186 utils.stop_standing_subprocess(p)
472 def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): function
189 from acts.utils import stop_standing_subprocess