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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h55 INLINE typename T::Type atomic_fetch_sub(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h123 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a, function in namespace:__sanitizer
131 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
/external/qemu/include/qemu/
H A Datomic.h189 #define atomic_fetch_sub __sync_fetch_and_sub macro

Completed in 113 milliseconds