/netbsd-src/external/bsd/ntp/dist/html/scripts/ |
H A D | refclock.txt | 1 document.write("<p>Reference Clock Support</p><ul>\ 2 <li class='inline'><a href='extern.html'>External Clock Discipline and the Local Clock Driver</a></… 3 <li class='inline'><a href='howto.html'>How to Write a Reference Clock Driver</a></li>\ 5 <li class='inline'><a href='refclock.html'>Reference Clock Drivers</a></li>\
|
H A D | special.txt | 8 <li class='inline'><a href='filter.html'>Clock Filter Algorithm</a></li>\ 9 <li class='inline'><a href='select.html'>Clock Select Algorithm</a></li>\ 10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\ 12 <li class='inline'><a href='discipline.html'>Clock Discipline Algorithm</a></li>\ 14 <li class='inline'><a href='clock.html'>Clock State Machine</a></li>\
|
H A D | audio.txt | 1 document.write("<p>Reference Clock Audio Drivers</p><ul>\ 5 <li class='inline'><a href='audio.html'>Reference Clock Audio Drivers</a></li>\
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/ |
H A D | steady_clock.cpp | 4 typedef std::chrono::steady_clock Clock; in main() typedef 5 Clock::time_point tp = Clock::now(); in main()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/ |
H A D | steady_clock.cpp | 4 typedef std::chrono::steady_clock Clock; in main() typedef 5 Clock::time_point tp = Clock::now(); in main()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | condition_variable | 37 template <class Clock, class Duration> 40 const chrono::time_point<Clock, Duration>& abs_time); 42 template <class Clock, class Duration, class Predicate> 45 const chrono::time_point<Clock, Duration>& abs_time, 82 template <class Lock, class Clock, class Duration> 85 const chrono::time_point<Clock, Duration>& abs_time); 87 template <class Lock, class Clock, class Duration, class Predicate> 90 const chrono::time_point<Clock, Duration>& abs_time,
|
H A D | shared_mutex | 58 template <class Clock, class Duration> 59 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 68 template <class Clock, class Duration> 70 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time); 86 template <class Clock, class Duration> 88 const chrono::time_point<Clock, Duration>& abs_time); 104 template <class Clock, class Duration> 105 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 403 template <class Clock, class Duration> 404 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
|
H A D | semaphore | 35 template<class Clock, class Duration> 36 bool try_acquire_until(const chrono::time_point<Clock, Duration>& abs_time); 220 template <class Clock, class Duration> 222 bool try_acquire_until(chrono::time_point<Clock, Duration> const& __abs_time) 224 auto const current = Clock::now();
|
H A D | mutex | 66 template <class Clock, class Duration> 67 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 84 template <class Clock, class Duration> 85 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 136 template <class Clock, class Duration> 137 unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time); 153 template <class Clock, class Duration> 154 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
|
H A D | chrono | 106 template <class Clock, class Duration = typename Clock::duration> 110 typedef Clock clock; 146 template <class Clock, class Duration1, class Duration2> 147 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 216 template <class Clock, class Duration1, class Rep2, class Period2> 217 time_point<Clock, typename common_type<Duration1, duration<Rep2, Period2>>::type> 218 operator+(const time_point<Clock, Duration1>& lhs, const duration<Rep2, Period2>& rhs); 219 template <class Rep1, class Period1, class Clock, class Duration2> 220 time_point<Clock, typename common_type<duration<Rep1, Period1>, Duration2>::type> 221 operator+(const duration<Rep1, Period1>& lhs, const time_point<Clock, Duration2>& rhs); [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_clock_test.cc | 23 TEST(Clock, VectorBasic) { in TEST() argument 39 TEST(Clock, ChunkedBasic) { in TEST() argument 60 TEST(Clock, Iter) { in TEST() argument 81 TEST(Clock, AcquireRelease) { in TEST() argument 97 TEST(Clock, RepeatedAcquire) { in TEST() argument 112 TEST(Clock, ManyThreads) { in TEST() argument 138 TEST(Clock, DifferentSizes) { in TEST() argument 177 TEST(Clock, Growth) { in TEST() argument 242 TEST(Clock, Growth2) { in TEST() argument 480 TEST(Clock, Fuzzer) { in TEST() argument
|
/netbsd-src/sys/dev/i2c/ |
H A D | files.i2c | 67 # M41T00 Real Time Clock 72 # M41ST84 Real Time Clock 77 # MAX6900 Real Time Clock 82 # NXP/Philips PCF8563 Real Time Clock 87 # Philips PCF8583 Real Time Clock 92 # Seiko Instruments S-xx390A Real Time Clock 123 # Dallas DS1307 Real Time Clock 129 # Xicor X1226 Real Time Clock 139 # RICOH RS5C372[AB] Real Time Clock 144 # RICOH R2025S/D Real Time Clock [all...] |
/netbsd-src/external/mit/xorg/bin/oclock/ |
H A D | Makefile | 6 SRCS= oclock.c Clock.c transform.c 10 APPDEFS=Clock-color
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | timers.cc | 184 typedef std::chrono::system_clock Clock; in DateTimeString() typedef 185 std::time_t now = Clock::to_time_t(Clock::now()); in DateTimeString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | timers.cc | 184 typedef std::chrono::system_clock Clock; in DateTimeString() typedef 185 std::time_t now = Clock::to_time_t(Clock::now()); in DateTimeString()
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | refclocks | 10 127.127.3.x PSTI 1010/1020 WWV Clock 31 127.127.13.x Leitch: CSD 5300 Master Clock System Driver
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | package.d | 93 import std.datetime.systime : SysTime, Clock; 95 SysTime currentTime = Clock.currTime(); 142 auto currentTime = Clock.currTime();
|
/netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
H A D | README.timecodes | 33 Spectracom 8170 and Netclock/2 WWV Synchonized Clock (format 0) 51 Netclock/2 WWV Synchonized Clock (format 2) 75 TrueTime 468-DC Satellite Synchronized Clock (and other TrueTime 93 Heath GC-1000 Most Accurate Clock (WWV/H)
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | README.refclocks | 20 ATOM_LEITCH 13 /* Leitch CSD 5300 Master Clock */ 29 ATOM_PPS 22 /* 1-PPS Clock Discipline */
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
H A D | core.d | 6 import std.datetime.systime : Clock, SysTime; 950 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 998 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1049 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1096 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1166 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1191 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1235 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1259 moduleName, ll, thisTid, Clock.currTime, this); in log() 1305 moduleName, this.logLevel_, thisTid, Clock.currTime, this); in synchronized() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/ |
H A D | core.d | 9 import std.datetime.systime : Clock, SysTime; 953 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1001 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1052 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1099 moduleName, ll, thisTid, Clock.currTime, this); in memLogFunctions() 1169 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1194 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1238 moduleName, ll, thisTid, Clock.currTime, this); in synchronized() 1262 moduleName, ll, thisTid, Clock.currTime, this); in log() 1308 moduleName, this.logLevel_, thisTid, Clock.currTime, this); in synchronized() [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | orion5x-rd88f5182-nas.dts | 135 * MPP[20] PCI Clock to MV88F5182 136 * MPP[21] PCI Clock to mini PCI CON11
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | RPI | 62 # Clock manager 165 # 'DS3231 Raspberry Pi RTC Board Real Time Clock Module for Arduino' 169 # MCP7940 based PiFace Real Time Clock
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
H A D | test.adb | 267 Curr_Dur : Duration := Clock - Time_Stamp; 287 Time_Stamp := Ada.Calendar.Clock;
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | test.adb | 267 Curr_Dur : Duration := Clock - Time_Stamp; 287 Time_Stamp := Ada.Calendar.Clock;
|