Searched refs:SimpleThreadClock (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc217 // SimpleSyncClock and SimpleThreadClock implement the same thing as
248 struct SimpleThreadClock { struct in namespace:__tsan
253 explicit SimpleThreadClock(unsigned tid) { function in struct:__tsan::SimpleThreadClock
307 SimpleThreadClock *thr0[kThreads];
312 thr0[i] = new SimpleThreadClock(i);
369 thr0[tid] = new SimpleThreadClock(tid);

Completed in 38 milliseconds