HomeSort by relevance Sort by last modified time
    Searched refs:ClockElem (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 21 struct ClockElem {
29 static const uptr kClockCount = kSize / sizeof(ClockElem);
33 ClockElem clock[kClockCount];
70 // If size_ <= 64, then tab_ points to an array with 64 ClockElem's.
72 // each pointing to the second-level 512b block with 64 ClockElem's.
77 ClockElem &elem(unsigned tid) const;
121 ClockElem clk_[kMaxTidInClock];
tsan_clock.cc 196 ClockElem &ce = dst->elem(i);
235 ClockElem &ce = dst->elem(i);
242 ClockElem &ce = dst->elem(i);
407 ClockElem &SyncClock::elem(unsigned tid) const {

Completed in 910 milliseconds