Searched refs:atomic_fetch_and_explicit (Results 1 - 9 of 9) sorted by relevance
/third_party/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 277 #define atomic_fetch_and_explicit(object, operand, order) \ macro 302 #define atomic_fetch_and_explicit(object, operand, order) \ macro 351 #define atomic_fetch_and_explicit(object, operand, order) \ macro 385 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 101 #define atomic_fetch_and_explicit __c11_atomic_fetch_and
macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 101 #define atomic_fetch_and_explicit __c11_atomic_fetch_and
macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 158 #define atomic_fetch_and_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 166 #define atomic_fetch_and_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 171 #define atomic_fetch_and_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 182 #define atomic_fetch_and_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 161 #define atomic_fetch_and_explicit(object, operand, order) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 29 milliseconds