Searched refs:atomic_fetch_and (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 135 #define atomic_fetch_and(object, operand) \ macro 150 #define atomic_fetch_and(object, operand) \ macro 167 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 155 #define atomic_fetch_and(object, operand) \ macro 159 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 150 static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand) in atomic_fetch_and() function 172 atomic_fetch_and(object, operand)
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 100 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST)
macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 100 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST)
macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 183 atomic_fetch_and(object, operand)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 162 atomic_fetch_and(object, operand)
|
/third_party/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 384 #define atomic_fetch_and(object, operand) \ macro
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference.cc | 1187 return std::atomic_fetch_and(reinterpret_cast<std::atomic<int64_t>*>(address), in atomic_pair_and()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 30 milliseconds