HomeSort by: relevance | last modified time | path
    Searched refs:ClockElem (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 48 ClockElem &operator*();
53 ClockElem *pos_;
54 ClockElem *end_;
78 // 64 ClockElem's (ClockBlock::clock).
80 // each pointing to the second-level 512b block with 64 ClockElem's.
121 ClockElem &elem(unsigned tid) const;
221 ALWAYS_INLINE ClockElem &SyncClock::Iter::operator*() {
tsan_defs.h 44 struct ClockElem {
52 static const uptr kClockCount = kSize / sizeof(ClockElem);
58 ClockElem clock[kClockCount];
tsan_clock.cc 160 for (ClockElem &src_elem : *src) {
218 for (ClockElem &ce : *dst) {
285 for (ClockElem &ce : *dst) {
488 for (ClockElem &ce : *this) {
514 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 71 for (ClockElem &ce : sync) {

Completed in 36 milliseconds