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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h 89 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
sanitizer_atomic_msvc.h 257 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
  /external/clang/test/Sema/
atomic-ops.c 240 atomic_compare_exchange_weak(&n, &k, k); member in struct:s2
  /external/clang/lib/Headers/
stdatomic.h 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdatomic.h 200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro

Completed in 264 milliseconds