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 144 // FastState (from most significant bit):
150 class FastState {
152 FastState(u64 tid, u64 epoch) {
160 explicit FastState(u64 x)
232 class Shadow : public FastState {
235 : FastState(x) {
238 explicit Shadow(const FastState &s)
239 : FastState(s.x_) {
397 FastState fast_state;
739 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs
    [all...]
tsan_rtl_thread.cc 335 FastState fast_state = thr->fast_state;
tsan_rtl.cc 518 FastState fast_state = thr->fast_state;
tsan_rtl_mutex.cc 72 FastState last(s->last_lock);
tsan_rtl_report.cc 689 FastState s(thr->racy_state[i]);

Completed in 99 milliseconds