Searched defs:atomic_fetch_sub (Results 1 - 6 of 6) sorted by relevance
| /third_party/ffmpeg/compat/atomics/gcc/ |
| H A D | stdatomic.h | 137 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| H A D | stdatomic.h | 126 #define atomic_fetch_sub(object, operand) \ macro 141 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| H A D | stdatomic.h | 129 #define atomic_fetch_sub(object, operand) \ macro
|
| /third_party/musl/src/internal/ |
| H A D | stdatomic_impl.h | 91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST)
macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | stdatomic_impl.h | 91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST)
macro
|
| /third_party/elfutils/lib/ |
| H A D | stdatomic-fbsd.h | 388 #define atomic_fetch_sub(object, operand) \ macro
|
Completed in 4 milliseconds