Searched refs:atomic_fetch_or_explicit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | stdatomic.h | 247 #define atomic_fetch_or_explicit(object, operand, order) \ macro 272 #define atomic_fetch_or_explicit(object, operand, order) \ macro 321 #define atomic_fetch_or_explicit(object, operand, order) \ macro 355 atomic_fetch_or_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 | 89 return atomic_fetch_or_explicit(a, val, mo); \
|