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.cc448 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
457 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
466 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()
Dtsan_rtl.cc790 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccess()
815 thr->fast_synch_epoch, kAccessIsWrite))) { in MemoryAccessImpl()
Dtsan_rtl_thread.cc116 thr->fast_synch_epoch = epoch0; in OnStarted()
Dtsan_rtl.h372 u64 fast_synch_epoch; member