Home
last modified time | relevance | path

Searched defs:kill_timeout (Results 1 – 2 of 2) sorted by relevance

/tools/repohooks/rh/
Dutils.py144 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
253 check=True, int_timeout=1, kill_timeout=1, capture_output=False): argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): argument