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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  566   thr->nomalloc++;
  567   Trace *thr_trace = ThreadTrace(thr->tid);
  569   unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
  571   hdr->epoch0 = thr->fast_state.epoch();
  572   ObtainCurrentStack(thr, 0, &hdr->stack0);
  573   hdr->mset0 = thr->mset;
  574   thr->nomalloc--;