Home
last modified time | relevance | path

Searched refs:FastState (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h106 class FastState {
108 FastState(u64 tid, u64 epoch) { in FastState() function
116 explicit FastState(u64 x) in FastState() function
191 class Shadow : public FastState {
194 : FastState(x) { in Shadow()
197 explicit Shadow(const FastState &s) in Shadow()
198 : FastState(s.x_) { in Shadow()
375 FastState fast_state;
843 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent()
H A Dtsan_rtl_thread.cc365 FastState fast_state = thr->fast_state; in MemoryAccessRange()
H A Dtsan_rtl_mutex.cc118 FastState last(last_lock); in MutexDestroy()
H A Dtsan_rtl_report.cc693 FastState s(thr->racy_state[i]); in ReportRace()
H A Dtsan_rtl.cc828 FastState fast_state = thr->fast_state; in MemoryAccess()