Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp350 struct OpFetchSub { struct
352 static T NoTsanAtomic(morder mo, volatile T *a, T v) { in NoTsanAtomic()
357 static T Atomic(ThreadState *thr, uptr pc, morder mo, volatile T *a, T v) { in Atomic()