Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h95 class FastState {
97 FastState(u64 tid, u64 epoch) { in FastState() function
105 explicit FastState(u64 x) in FastState() function
180 class Shadow : public FastState {
183 : FastState(x) { in Shadow()
186 explicit Shadow(const FastState &s) in Shadow()
187 : FastState(s.x_) { in Shadow()
363 FastState fast_state;
827 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent()
H A Dtsan_rtl_thread.cpp373 FastState fast_state = thr->fast_state; in MemoryAccessRange()
H A Dtsan_rtl_mutex.cpp116 FastState last(last_lock); in MutexDestroy()
H A Dtsan_rtl_report.cpp704 FastState s(thr->racy_state[i]); in ReportRace()
H A Dtsan_rtl.cpp890 FastState fast_state = thr->fast_state; in MemoryAccess()