Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstdatomic.h253 #define atomic_load_explicit(object, order) \ macro
278 #define atomic_load_explicit(object, order) \ macro
328 #define atomic_load_explicit(object, order) \ macro
361 atomic_load_explicit(object, memory_order_seq_cst)
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h31 return atomic_load_explicit(a_nonconst, mo); \