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
  504   if (thr->ignore_sync)
  506   thr->clock.set(thr->fast_state.epoch());
  506   thr->clock.set(thr->fast_state.epoch());
  507   thr->fast_synch_epoch = thr->fast_state.epoch();
  507   thr->fast_synch_epoch = thr->fast_state.epoch();
  508   thr->clock.acq_rel(&thr->proc()->clock_cache, c);
  508   thr->clock.acq_rel(&thr->proc()->clock_cache, c);
  509   StatInc(thr, StatSyncAcquire);
  510   StatInc(thr, StatSyncRelease);