Searched defs:atomic_fetch_or_explicit (Results 1 - 8 of 8) sorted by relevance
| /third_party/ffmpeg/compat/atomics/gcc/ |
| H A D | stdatomic.h | 146 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/win32/ |
| H A D | stdatomic.h | 160 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/suncc/ |
| H A D | stdatomic.h | 165 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/pthread/ |
| H A D | stdatomic.h | 176 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/ffmpeg/compat/atomics/dummy/ |
| H A D | stdatomic.h | 155 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
| /third_party/musl/src/internal/ |
| H A D | stdatomic_impl.h | 95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or
macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | stdatomic_impl.h | 95 #define atomic_fetch_or_explicit __c11_atomic_fetch_or
macro
|
| /third_party/elfutils/lib/ |
| H A D | stdatomic-fbsd.h | 279 #define atomic_fetch_or_explicit(object, operand, order) \ macro 304 #define atomic_fetch_or_explicit(object, operand, order) \ macro 353 #define atomic_fetch_or_explicit(object, operand, order) \ macro
|
Completed in 5 milliseconds