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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc279 // SimpleSyncClock and SimpleThreadClock implement the same thing as
310 struct SimpleThreadClock { struct in namespace:__tsan
315 explicit SimpleThreadClock(unsigned tid) { function in struct:__tsan::SimpleThreadClock
369 SimpleThreadClock *thr0[kThreads];
374 thr0[i] = new SimpleThreadClock(i);
431 thr0[tid] = new SimpleThreadClock(tid);

Completed in 173 milliseconds