Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h21 struct ClockElem { struct
29 static const uptr kClockCount = kSize / sizeof(ClockElem); argument
33 ClockElem clock[kClockCount];
77 ClockElem &elem(unsigned tid) const;
121 ClockElem clk_[kMaxTidInClock];
Dtsan_clock.cc196 ClockElem &ce = dst->elem(i); in release()
235 ClockElem &ce = dst->elem(i); in ReleaseStore()
242 ClockElem &ce = dst->elem(i); in ReleaseStore()
407 ClockElem &SyncClock::elem(unsigned tid) const { in elem()