Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc281 struct SimpleSyncClock { struct
282 u64 clock[kThreads];
283 uptr size;
285 SimpleSyncClock() { in SimpleSyncClock() function
289 void Reset() { in Reset()
295 bool verify(const SyncClock *other) const { in verify()