Home | History | Annotate | Download | only in monitoring

Lines Matching refs:timeouts

121 sub timeouts			# sort timeout id array
123 $TIMEOUTS{$a} <=> $TIMEOUTS{$b};
185 %TIMEOUTS = ();
187 @TIMEOUTS = ();
194 if (@Requests || @TIMEOUTS) # if there is some work pending
211 if ($timeout && @TIMEOUTS)
214 if ($timeout + time > $TIMEOUTS{$TIMEOUTS[$[]})
216 $timeout = $TIMEOUTS{$TIMEOUTS[$[]} - time;
237 if (@TIMEOUTS && time > $TIMEOUTS{$TIMEOUTS[$[]})
241 (delete $TIMEOUT_PROCS{$TIMEOUTS[$[]},
242 delete $TIMEOUTS{shift(@TIMEOUTS)})[$[];
298 $TIMEOUTS{$id} = $time;
300 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
308 delete $TIMEOUTS{$id};
310 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);