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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 63 args->thr->fast_synch_epoch = args->thr->fast_state.epoch();
110 thr->fast_synch_epoch = epoch0;
132 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_mutex.cc 144 thr->fast_synch_epoch = thr->fast_state.epoch();
192 thr->fast_synch_epoch = thr->fast_state.epoch();
213 thr->fast_synch_epoch = thr->fast_state.epoch();
230 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl.cc 385 return old.epoch() >= thr->fast_synch_epoch;
tsan_rtl.h 400 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
409 u64 fast_synch_epoch; member in struct:__tsan::ThreadState

Completed in 57 milliseconds