Home
last modified time | relevance | path

Searched refs:atomic_fetch_add_explicit (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dstdatomic.h243 #define atomic_fetch_add_explicit(object, operand, order) \ macro
268 #define atomic_fetch_add_explicit(object, operand, order) \ macro
316 #define atomic_fetch_add_explicit(object, operand, order) \ macro
351 atomic_fetch_add_explicit(object, operand, memory_order_seq_cst)
/f-stack/tools/libnetgraph/
H A Dmsg.c73 atomic_fetch_add_explicit(object, operand, memory_order_seq_cst)
74 #define atomic_fetch_add_explicit(object, operand, order) \ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h73 return atomic_fetch_add_explicit(a, val, mo); \