Lines Matching refs:sid
142 ev.sid = static_cast<u64>(fast_state.sid()); in TraceTime()
154 if (old.sid() == kFreeSid) in DoReportRace()
208 if (LIKELY(cur.sid() == old.sid())) { in CheckRaces()
218 if (LIKELY(thr->clock.Get(old.sid()) >= old.epoch())) in CheckRaces()
299 if (prev.sid() == kFreeSid) in DoReportRaceV()
364 u8 sid = _mm_extract_epi8(shadow, idx * 4 + 1); \ in CheckRaces()
365 u16 epoch = static_cast<u16>(thr->clock.Get(static_cast<Sid>(sid))); \ in CheckRaces()
398 static_cast<u32>(s.sid()), static_cast<u32>(s.epoch()), in DumpShadow()
425 static_cast<int>(thr->fast_state.sid()), in MemoryAccess()
614 static_cast<u32>(Shadow::FreedInfo(cur.sid(), cur.epoch())), 0, 0); in MemoryRangeFreed()
626 StoreShadow(&shadow_mem[1], Shadow::FreedInfo(cur.sid(), cur.epoch())); in MemoryRangeFreed()