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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h85 // FastState (from most significant bit):
91 class FastState { class in namespace:__tsan
93 FastState(u64 tid, u64 epoch) { function in class:__tsan::FastState
101 explicit FastState(u64 x) function in class:__tsan::FastState
176 class Shadow : public FastState {
179 : FastState(x) {
182 explicit Shadow(const FastState &s)
183 : FastState(s.x_) {
330 FastState fast_state;
741 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState f
[all...]

Completed in 46 milliseconds