HomeSort by: relevance | last modified time | path
    Searched refs:FastState (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_shadow_test.cc 19 TEST(Shadow, FastState) {
20 Shadow s(FastState(11, 22));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 100 // FastState (from most significant bit):
106 class FastState {
108 FastState(u64 tid, u64 epoch) {
116 explicit FastState(u64 x)
191 class Shadow : public FastState {
194 : FastState(x) {
197 explicit Shadow(const FastState &s)
198 : FastState(s.x_) {
375 FastState fast_state;
843 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs
    [all...]
tsan_rtl_thread.cc 365 FastState fast_state = thr->fast_state;
tsan_rtl.cc 828 FastState fast_state = thr->fast_state;
tsan_rtl_mutex.cc 118 FastState last(last_lock);
tsan_rtl_report.cc 693 FastState s(thr->racy_state[i]);

Completed in 16 milliseconds