Home
last modified time | relevance | path

Searched refs:slot_epoch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp308 if (thr->slot_epoch != ctx->global_epoch) { in SlotAttachAndLock()
309 thr->slot_epoch = ctx->global_epoch; in SlotAttachAndLock()
325 if (thr->slot_epoch != ctx->global_epoch) { in SlotDetachImpl()
H A Dtsan_rtl.h211 uptr slot_epoch; member