Home
last modified time | relevance | path

Searched defs:FastState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h25 FastState(u64 tid, u64 epoch) { in FastState() function
33 explicit FastState(u64 x) : x_(x) {} in FastState() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h18 FastState() { Reset(); } in FastState() function