Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_explicit (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dstdatomic.h249 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
274 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
323 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
357 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h79 return atomic_fetch_sub_explicit(a, val, mo); \