Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp60 T func_xchg(volatile T *v, T op) { in func_xchg() function
116 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() function
330 return func_xchg(a, v); in NoTsanAtomic()
334 return AtomicRMW<T, func_xchg>(thr, pc, a, v, mo); in Atomic()