Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc437 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
446 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
455 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()
Dtsan_rtl.cc768 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess()
793 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
Dtsan_rtl_thread.cc119 thr->fast_synch_epoch = epoch0; in OnStarted()
Dtsan_rtl.h341 u64 fast_synch_epoch; member