Home
last modified time | relevance | path

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

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