Searched refs:atomic_fetch_xor_explicit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | stdatomic.h | 251 #define atomic_fetch_xor_explicit(object, operand, order) \ macro 276 #define atomic_fetch_xor_explicit(object, operand, order) \ macro 326 #define atomic_fetch_xor_explicit(object, operand, order) \ macro 359 atomic_fetch_xor_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 | 94 return atomic_fetch_xor_explicit(a, val, mo); \
|