Searched refs:ClockElem (Results 1 – 3 of 3) sorted by relevance
48 ClockElem &operator*();53 ClockElem *pos_;54 ClockElem *end_;121 ClockElem &elem(unsigned tid) const;221 ALWAYS_INLINE ClockElem &SyncClock::Iter::operator*() {
44 struct ClockElem { struct52 static const uptr kClockCount = kSize / sizeof(ClockElem); argument58 ClockElem clock[kClockCount];
160 for (ClockElem &src_elem : *src) { in acquire()218 for (ClockElem &ce : *dst) { in release()285 for (ClockElem &ce : *dst) { in ReleaseStore()488 for (ClockElem &ce : *this) { in Unshare()514 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const { in elem()