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

/freebsd-current/sys/powerpc/include/
H A Datomic.h983 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/freebsd-current/sys/arm/include/
H A Datomic.h586 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) function
/freebsd-current/sys/riscv/include/
H A Datomic.h412 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) function
/freebsd-current/sys/amd64/include/
H A Datomic.h565 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/freebsd-current/sys/i386/include/
H A Datomic.h547 atomic_fetchadd_64(volatile uint64_t *p, uint64_t v) function
/freebsd-current/sys/sys/
H A Datomic_san.h385 #define atomic_fetchadd_64 ATOMIC_SAN(fetchadd_64) macro

Completed in 142 milliseconds