Searched refs:ClockElem (Results 1 – 6 of 6) sorted by relevance
21 struct ClockElem { struct29 static const uptr kClockCount = kSize / sizeof(ClockElem); argument33 ClockElem clock[kClockCount];77 ClockElem &elem(unsigned tid) const;121 ClockElem clk_[kMaxTidInClock];
196 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()
47 ClockElem &operator*();52 ClockElem *pos_;53 ClockElem *end_;120 ClockElem &elem(unsigned tid) const;278 ALWAYS_INLINE ClockElem &SyncClock::Iter::operator*() {
43 struct ClockElem { struct51 static const uptr kClockCount = kSize / sizeof(ClockElem); argument57 ClockElem clock[kClockCount];
168 for (ClockElem &src_elem : *src) { in acquire()212 for (ClockElem &ce : *sc) { in releaseStoreAcquire()269 for (ClockElem &ce : *dst) { in release()334 for (ClockElem &ce : *dst) { in ReleaseStore()545 for (ClockElem &ce : *this) { in Unshare()571 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const { in elem()
70 for (ClockElem &ce : sync) { in TEST()