Home | History | Annotate | Download | only in port

Lines Matching refs:timeout_secs

1056     def _loop_with_timeout(condition, timeout_secs):
1057 deadline = time.time() + timeout_secs