Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dutils.py155 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
174 while proc.poll_lock_breaker() is None and int_timeout >= 0:
176 int_timeout -= 0.1
268 check=True, int_timeout=1, kill_timeout=1, capture_output=False, argument
386 handler = functools.partial(_kill_child_process, proc, int_timeout,
391 handler = functools.partial(_kill_child_process, proc, int_timeout,
440 _kill_child_process(proc, int_timeout, kill_timeout, cmd, None,