Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc249 struct SimpleThreadClock { struct
254 explicit SimpleThreadClock(unsigned tid) { in SimpleThreadClock() argument
308 SimpleThreadClock *thr0[kThreads]; in ClockFuzzer()
313 thr0[i] = new SimpleThreadClock(i); in ClockFuzzer()
370 thr0[tid] = new SimpleThreadClock(tid); in ClockFuzzer()