HomeSort by: relevance | last modified time | path
    Searched refs:fast_synch_epoch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 490 thr->fast_synch_epoch = thr->fast_state.epoch();
499 thr->fast_synch_epoch = thr->fast_state.epoch();
508 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_thread.cc 117 thr->fast_synch_epoch = epoch0;
tsan_rtl.cc 843 thr->fast_synch_epoch, kAccessIsWrite))) {
868 thr->fast_synch_epoch, kAccessIsWrite))) {
tsan_rtl.h 378 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
387 u64 fast_synch_epoch; member in struct:__tsan::ThreadState

Completed in 15 milliseconds