Lines Matching refs:timeout
645 "timeout=s" => \$opt::timeout,
879 if(defined $opt::timeout) { $Global::timeoutq = TimeoutQueue->new($opt::timeout); }
914 if(defined $opt::timeout and $opt::timeout !~ /^\d+(\.\d+)?%?$/) {
1015 $Semaphore::timeout = $opt::semaphoretimeout || 0;
2599 ((defined $opt::timeout) ? "--timeout ".$opt::timeout : ""),
2709 if($opt::timeout) {
3183 if($opt::timeout) {
5925 if($opt::timeout) {
7752 if(defined($opt::timeout) and
7753 $start_time + $opt::timeout > time) {
7935 $opt::x = $Semaphore::timeout = $Semaphore::wait =