Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc249 struct SimpleThreadClock { struct
250 u64 clock[kThreads];
251 uptr size;
252 unsigned tid;
254 explicit SimpleThreadClock(unsigned tid) { in SimpleThreadClock() argument
261 void tick() { in tick()
265 void acquire(const SimpleSyncClock *src) { in acquire()
272 void release(SimpleSyncClock *dst) const { in release()
279 void acq_rel(SimpleSyncClock *dst) { in acq_rel()
284 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore()
[all …]