Searched refs:atomic_fetch_and_explicit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | stdatomic.h | 245 #define atomic_fetch_and_explicit(object, operand, order) \ macro 270 #define atomic_fetch_and_explicit(object, operand, order) \ macro 319 #define atomic_fetch_and_explicit(object, operand, order) \ macro 353 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | atomic_c11.h | 84 return atomic_fetch_and_explicit(a, val, mo); \
|