Searched refs:timeout_result (Results 1 – 1 of 1) sorted by relevance
79 def kill_process(process, timeout_result): argument80 timeout_result[0] = True104 timeout_result = [False]106 timer = Timer(timeout, kill_process, [process, timeout_result])110 return process.returncode, timeout_result[0], stdout, stderr