HomeSort by relevance Sort by last modified time
    Searched defs:atomic_compare_exchange_weak (Results 1 - 4 of 4) 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

Completed in 183 milliseconds