Searched defs:atomic_fetch_or (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | atomic_helpers.h | 100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
|
/external/scudo/standalone/ |
D | atomic_helpers.h | 100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
|
/external/llvm-project/clang/lib/Headers/ |
D | stdatomic.h | 138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 386 #define atomic_fetch_or(object, operand) \ macro
|