Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h105 inline u32 atomic_fetch_add(volatile atomic_uint32_t *a, in atomic_fetch_add() function
113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() function
H A Dsanitizer_atomic_clang.h46 inline typename T::Type atomic_fetch_add(volatile T *a, atomic_fetch_add() function
H A Dsanitizer_atomic_clang_mips.h
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h150 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add( global() macro
/freebsd-src/sys/sys/
H A Dstdatomic.h353 #define atomic_fetch_add( global() macro