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_mutex.cc 141 thr->fast_synch_epoch = thr->fast_state.epoch();
188 thr->fast_synch_epoch = thr->fast_state.epoch();
209 thr->fast_synch_epoch = thr->fast_state.epoch();
226 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_thread.cc 63 args->thr->fast_synch_epoch = args->thr->fast_state.epoch();
111 thr->fast_synch_epoch = epoch0;
131 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl.cc 351 return old.epoch() >= thr->fast_synch_epoch;
tsan_rtl.h 390 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
399 u64 fast_synch_epoch; member in struct:__tsan::ThreadState

Completed in 174 milliseconds