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 440 thr->fast_synch_epoch = thr->fast_state.epoch();
449 thr->fast_synch_epoch = thr->fast_state.epoch();
458 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_thread.cc 109 thr->fast_synch_epoch = epoch0;
tsan_rtl.cc 757 thr->fast_synch_epoch, kAccessIsWrite))) {
782 thr->fast_synch_epoch, kAccessIsWrite))) {
tsan_rtl.h 323 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
332 u64 fast_synch_epoch; member in struct:__tsan::ThreadState

Completed in 48 milliseconds