reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
   45   s->dd.ctx = s->GetId();
  105   u64 mid = s->GetId();
  170   TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
  191   thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
  201   u64 mid = s->GetId();
  219   TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
  238   thr->mset.Del(s->GetId(), true);
  244   u64 mid = s->GetId();
  276   TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
  286   thr->mset.Add(s->GetId(), false, thr->fast_state.epoch());
  296   u64 mid = s->GetId();
  315   TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
  328   u64 mid = s->GetId();
  352     TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
  357     TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
  371   thr->mset.Del(s->GetId(), write);
  376   u64 mid = s->GetId();
  398   u64 mid = s->GetId();