Searched refs:start_standing_subprocess (Results 1 – 4 of 4) sorted by relevance
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)
151 return utils.start_standing_subprocess(
442 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): function