Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py549 self._wait_with_timeout(timeout_seconds, command, want_core)
656 def _wait_with_timeout(self, timeout_seconds, command, want_core): member in ProcessDriver