Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h101 bool IsBothReadsOrAtomic(AccessType typ) const { in IsBothReadsOrAtomic() function
H A Dtsan_rtl_access.cpp216 if (LIKELY(old.IsBothReadsOrAtomic(typ))) in CheckRaces()