Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h136 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a, in atomic_fetch_sub() function
144 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() function
Dsanitizer_atomic_clang.h55 INLINE typename T::Type atomic_fetch_sub(volatile T *a, in atomic_fetch_sub() function
/external/clang/lib/Headers/
Dstdatomic.h149 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro