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

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp 501 thr->fast_synch_epoch = thr->fast_state.epoch();
509 thr->fast_synch_epoch = thr->fast_state.epoch();
517 thr->fast_synch_epoch = thr->fast_state.epoch();
525 thr->fast_synch_epoch = thr->fast_state.epoch();
tsan_rtl_access.cpp 388 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(), thr->fast_synch_epoch,
409 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(), thr->fast_synch_epoch,
tsan_rtl_thread.cpp 211 thr->fast_synch_epoch = epoch0;
tsan_rtl.h 138 // For example, fast_synch_epoch=100, last write to addr X was at epoch=150,
147 u64 fast_synch_epoch; member in struct:__tsan::ThreadState
  /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 141 milliseconds