HomeSort by relevance Sort by last modified time
    Searched defs:atomic_compare_exchange_strong_explicit (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Sema/
atomic-ops.c 207 atomic_compare_exchange_strong_explicit(&n, &k, k, memory_order_seq_cst); // expected-error {{too few arguments}} member in struct:s2
  /external/clang/lib/Headers/
stdatomic.h 141 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 141 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro

Completed in 496 milliseconds