Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/
H A D[email protected]5 [Timer] section
6 OnCalendar=monthly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-scrub@%i.service
H A D[email protected]5 [Timer] section
6 OnCalendar=weekly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-scrub@%i.service
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h22 class Timer; variable
94 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
97 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
100 Timer(const Timer &RHS) { in Timer() function
110 explicit Timer() {} in Timer() function
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DTimer.cpp29 Timer::Timer(llvm::StringRef name) : name(std::string(name)) {} in Timer() function in Timer
30 Timer::Timer(llvm::StringRef name, Timer &parent) : name(std::string(name)) { in Timer() function in Timer
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.h23 class Timer; variable
/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c191 UINT32 Timer; in AcpiExDoDebugObject() local
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h23 class Timer; variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp110 HANDLE Timer; in SetTimer() local
119 static TimerQ Timer; variable
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtables.c202 time_t Timer; in AdDisassemblerHeader() local
/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.h53 struct pppTimer Timer; member
H A Dtty.c91 struct pppTimer Timer; /* CD checks */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp62 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h93 class Timer; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp418 TimeBucketRegion Timer; in onStartOfTranslationUnit() local
428 TimeBucketRegion Timer; in onEndOfTranslationUnit() local
811 TimeBucketRegion Timer; in matchWithoutFilter() local
833 TimeBucketRegion Timer; in matchWithFilter() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h34 class Timer; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1552 llvm::Timer Timer; in loadModuleFile() local
1723 llvm::Timer Timer; in findOrCompileModuleAndReadAST() local
H A DFrontendAction.cpp948 llvm::TimeRegion Timer(CI.getFrontendTimer()); in Execute() local
H A DASTUnit.cpp368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults() local
/freebsd-13.1/lib/libc/isc/
H A Deventlib_p.h172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp2852 class Timer { class