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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 70 // FastState (from most significant bit):
76 class FastState {
78 FastState(u64 tid, u64 epoch) {
85 explicit FastState(u64 x)
130 class Shadow : public FastState {
132 explicit Shadow(u64 x) : FastState(x) { }
134 explicit Shadow(const FastState &s) : FastState(s.x_) { }
241 FastState fast_state;
464 int kAccessSizeLog, bool kAccessIsWrite, FastState fast_state
    [all...]
tsan_rtl.cc 321 int kAccessSizeLog, bool kAccessIsWrite, FastState fast_state,
414 FastState fast_state = thr->fast_state;
tsan_rtl_mutex.cc 63 FastState last(s->last_lock);
tsan_rtl_report.cc 419 FastState s(thr->racy_state[i]);
tsan_rtl_thread.cc 341 FastState fast_state = thr->fast_state;

Completed in 241 milliseconds