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
  495   if (thr->ignore_sync)
  497   thr->clock.set(thr->fast_state.epoch());
  497   thr->clock.set(thr->fast_state.epoch());
  498   thr->fast_synch_epoch = thr->fast_state.epoch();
  498   thr->fast_synch_epoch = thr->fast_state.epoch();
  499   thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
  499   thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
  500   StatInc(thr, StatSyncRelease);