Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dutils.py166 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
265 error_code_ok=False, int_timeout=1, kill_timeout=1, argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): argument