Searched refs:start_standing_subprocess (Results 1 – 8 of 8) sorted by relevance
103 utils.start_standing_subprocess(cmd)129 proc = utils.start_standing_subprocess(cmd)
183 utils.start_standing_subprocess('sleep 0', check_health_delay=0.1)186 p = utils.start_standing_subprocess('sleep 0')
27 from acts.utils import start_standing_subprocess307 return start_standing_subprocess(cmd, 5)
247 self.pdu_process = utils.start_standing_subprocess(cmd)255 self.pdu_process = utils.start_standing_subprocess(cmd)
131 self._process = utils.start_standing_subprocess(cmd)
151 return utils.start_standing_subprocess(
442 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): function
197 from acts.utils import start_standing_subprocess8293 start_standing_subprocess(cmd, 10)