HomeSort by relevance Sort by last modified time
    Searched refs:FastState (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 19 TEST(Shadow, FastState) {
20 Shadow s(FastState(11, 22));
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 78 // FastState (from most significant bit):
84 class FastState {
86 FastState(u64 tid, u64 epoch) {
94 explicit FastState(u64 x)
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 fs
    [all...]
tsan_rtl_thread.cc 356 FastState fast_state = thr->fast_state;
tsan_rtl.cc 742 FastState fast_state = thr->fast_state;
tsan_rtl_mutex.cc 130 FastState last(last_lock);
tsan_rtl_report.cc 699 FastState s(thr->racy_state[i]);

Completed in 66 milliseconds