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 437 thr->fast_synch_epoch = thr->fast_state.epoch();
446 thr->fast_synch_epoch = thr->fast_state.epoch();
455 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_thread.cc 121 thr->fast_synch_epoch = epoch0;
tsan_rtl.cc 782 thr->fast_synch_epoch, kAccessIsWrite))) {
807 thr->fast_synch_epoch, kAccessIsWrite))) {
tsan_rtl.h 333 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
342 u64 fast_synch_epoch; member in struct:__tsan::ThreadState

Completed in 860 milliseconds