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
  486   if (thr->ignore_sync)
  488   thr->clock.set(thr->fast_state.epoch());
  488   thr->clock.set(thr->fast_state.epoch());
  489   thr->fast_synch_epoch = thr->fast_state.epoch();
  489   thr->fast_synch_epoch = thr->fast_state.epoch();
  490   thr->clock.release(&thr->proc()->clock_cache, c);
  490   thr->clock.release(&thr->proc()->clock_cache, c);
  491   StatInc(thr, StatSyncRelease);