Home
last modified time | relevance | path

Searched refs:fast_synch_epoch (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cpp501 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreAcquireImpl()
509 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
517 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
525 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()
H A Dtsan_rtl_access.cpp388 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(), thr->fast_synch_epoch, in MemoryAccess()
409 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(), thr->fast_synch_epoch, in MemoryAccessImpl()
H A Dtsan_rtl_thread.cpp211 thr->fast_synch_epoch = epoch0; in OnStarted()
H A Dtsan_rtl.h147 u64 fast_synch_epoch; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc490 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
499 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
508 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()
H A Dtsan_rtl.cc843 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess()
868 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
H A Dtsan_rtl_thread.cc117 thr->fast_synch_epoch = epoch0; in OnStarted()
H A Dtsan_rtl.h387 u64 fast_synch_epoch; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc488 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
497 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
506 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()
H A Dtsan_rtl.cc839 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess()
864 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
H A Dtsan_rtl_thread.cc115 thr->fast_synch_epoch = epoch0; in OnStarted()
H A Dtsan_rtl.h383 u64 fast_synch_epoch; member