Searched refs:stop_standing_subprocess (Results 1 – 4 of 4) sorted by relevance
32 from acts.utils import stop_standing_subprocess268 stop_standing_subprocess(self.tcpdump_pid)
28 from acts.utils import stop_standing_subprocess337 stop_standing_subprocess(proc)
190 utils.stop_standing_subprocess(p)
474 def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): function