Searched defs:timeout_seconds (Results 1 – 3 of 3) sorted by relevance
34 def is_subprocess_alive(process, timeout_seconds=1): argument59 def make_ports_available(ports: Container[int], timeout_seconds=10): argument
95 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds) { in WaitForTrue()
121 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable() local