Searched defs:atomic_fetchadd_32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/powerpc/include/
H A Datomic.h979 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-current/sys/arm/include/
H A Datomic.h569 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
/freebsd-current/sys/riscv/include/
H A Datomic.h241 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
/freebsd-current/sys/amd64/include/
H A Datomic.h538 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-current/sys/i386/include/
H A Datomic.h799 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-current/sys/sys/
H A Datomic_san.h357 #define atomic_fetchadd_32 ATOMIC_SAN(fetchadd_32) macro

Completed in 131 milliseconds