Home
last modified time | relevance | path

Searched refs:int_timeout (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dutils.py166 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
185 while proc.poll() is None and int_timeout >= 0:
187 int_timeout -= 0.1
265 error_code_ok=False, int_timeout=1, kill_timeout=1, argument
404 _kill_child_process, proc, int_timeout, kill_timeout, cmd,
409 handler = functools.partial(_kill_child_process, proc, int_timeout,
454 _kill_child_process(proc, int_timeout, kill_timeout, cmd, None,