reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
696 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); 95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count, 116 thr->fast_synch_epoch = epoch0;