Home
last modified time | relevance | path

Searched refs:EndTime (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopwatch26 undef($EndTime);
130 (@ARGV || die($usage), $EndTime = &date_time_spec2seconds(shift),next);
155 defined($EndTime) &&
338 next if defined($EndTime) && defined($PrintIt);
341 undef($EndTime);
345 $EndTime=&date_time_spec2seconds($v);
432 printf " EndTime\t= %s", defined($EndTime) ? &ctime($EndTime):"none\n";
579 if (defined($StartTime) && defined($EndTime))
581 $l = ($EndTime-$StartTime) -$[+1 +1; # worst case: 1 sample per second
774 ((defined($StartTime) && defined($EndTime))
[all …]
H A Dloopwatch.config.SAMPLE62 # EndTime: none/ISO_DATE_TIME
65 # if both StartTime and EndTime are specified
67 EndTime=none
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DExponentialBackoff.cpp16 if (Now >= EndTime) in waitForNextAttempt()
24 duration WaitDuration = std::min(duration(Dist(RandDev)), EndTime - Now); in waitForNextAttempt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DExponentialBackoff.h48 EndTime(std::chrono::steady_clock::now() + Timeout) {} in MinWait()
58 time_point EndTime; variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c836 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()
924 (AslGbl_Events[AslGbl_NamespaceEvent].EndTime - in CmCleanupAndExit()
H A Dasltypes.h445 UINT64 EndTime; member
H A Daslutils.c541 AslGbl_Events[Event].EndTime = AcpiOsGetTimer (); in UtEndEvent()