Home
last modified time | relevance | path

Searched refs:SimpleThreadClock (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.cc310 struct SimpleThreadClock { struct
315 explicit SimpleThreadClock(unsigned tid) { in SimpleThreadClock() argument
369 SimpleThreadClock *thr0[kThreads]; in ClockFuzzer()
374 thr0[i] = new SimpleThreadClock(i); in ClockFuzzer()
431 thr0[tid] = new SimpleThreadClock(tid); in ClockFuzzer()