Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc220 struct SimpleSyncClock { struct
221 u64 clock[kThreads];
222 uptr size;
224 SimpleSyncClock() { in SimpleSyncClock() function
228 void Reset() { in Reset()
234 bool verify(const SyncClock *other) const { in verify()