Home
last modified time | relevance | path

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

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