Home
last modified time | relevance | path

Searched defs:SetEpoch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } in SetEpoch() function
H A Dtsan_rtl.h151 void SetEpoch(Epoch v) { in SetEpoch() function