Searched refs:fast_synch_epoch (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_mutex.cpp | 501 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 D | tsan_rtl_access.cpp | 388 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 D | tsan_rtl_thread.cpp | 211 thr->fast_synch_epoch = epoch0; in OnStarted()
|
H A D | tsan_rtl.h | 147 u64 fast_synch_epoch; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cc | 490 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 D | tsan_rtl.cc | 843 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess() 868 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
|
H A D | tsan_rtl_thread.cc | 117 thr->fast_synch_epoch = epoch0; in OnStarted()
|
H A D | tsan_rtl.h | 387 u64 fast_synch_epoch; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_mutex.cc | 488 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 D | tsan_rtl.cc | 839 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess() 864 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
|
H A D | tsan_rtl_thread.cc | 115 thr->fast_synch_epoch = epoch0; in OnStarted()
|
H A D | tsan_rtl.h | 383 u64 fast_synch_epoch; member
|