Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dutils.py144 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
163 while proc.poll_lock_breaker() is None and int_timeout >= 0:
165 int_timeout -= 0.1
253 check=True, int_timeout=1, kill_timeout=1, capture_output=False): argument
370 handler = functools.partial(_kill_child_process, proc, int_timeout,
379 handler = functools.partial(_kill_child_process, proc, int_timeout,
440 _kill_child_process(proc, int_timeout, kill_timeout, cmd, None,