Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DPipePosix.cpp172 const auto finish_time = Now() + timeout; in OpenAsWriterWithTimeout() local
176 const auto dur = duration_cast<microseconds>(finish_time - Now()).count(); in OpenAsWriterWithTimeout()
/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
DPing.pm697 $finish_time, # Time ping should be finished
768 $finish_time = &time() + $timeout; # Must be done by this time
772 $timeout = $finish_time - &time(); # Get remaining time
1266 $finish_time, # Time ping should be finished
1331 $finish_time = &time() + $timeout; # Ping needs to be done by then
1341 $timeout = $finish_time - &time(); # Get remaining time