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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h78 // FastState (from most significant bit):
84 class FastState { class in namespace:__tsan
86 FastState(u64 tid, u64 epoch) { function in class:__tsan::FastState
94 explicit FastState(u64 x) function in class:__tsan::FastState
169 class Shadow : public FastState {
172 : FastState(x) {
175 explicit Shadow(const FastState &s)
176 : FastState(s.x_) {
320 FastState fast_state;
694 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState f
[all...]

Completed in 276 milliseconds