HomeSort by relevance Sort by last modified time
    Searched defs:fast_state (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 60 args->thr->fast_state.IncrementEpoch();
62 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
111 thr->fast_state.SetHistorySize(flags()->history_size);
114 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
129 thr->fast_state.IncrementEpoch();
131 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
134 epoch1 = thr->fast_state.epoch();
359 FastState fast_state = thr->fast_state; local
360 if (fast_state.GetIgnoreBit()
    [all...]
tsan_rtl.cc 114 : fast_state(tid, epoch)
509 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
511 hdr->epoch0 = thr->fast_state.epoch();
523 uptr pc = events[thr->fast_state.GetTracePos()];
750 (int)thr->fast_state.tid(), (void*)pc, (void*)addr,
775 FastState fast_state = thr->fast_state; local
776 if (fast_state.GetIgnoreBit()) {
784 Shadow cur(fast_state);
799 fast_state.IncrementEpoch()
    [all...]
tsan_rtl.h 360 FastState fast_state; member in struct:__tsan::ThreadState
373 // This is a slow path flag. On fast path, fast_state.GetIgnoreBit() is read.
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 66 const uint8* fast_state; member in struct:google::protobuf::internal::__anon32415
376 const uint8* Tbl2 = &st->fast_state[0];

Completed in 89 milliseconds