HomeSort by relevance Sort by last modified time
    Searched refs:atomic_exchange (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_exchange.pass.cpp 23 // atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r)
34 r = std::atomic_exchange(&p, r);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_exchange.pass.cpp 21 // atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r)
32 r = std::atomic_exchange(&p, r);
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_exchange.pass.cpp 17 // atomic_exchange(volatile atomic<T>* obj, T desr);
21 // atomic_exchange(atomic<T>* obj, T desr);
34 assert(std::atomic_exchange(&t, T(2)) == T(1));
38 assert(std::atomic_exchange(&vt, T(4)) == T(3));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_exchange.pass.cpp 14 // atomic_exchange(volatile atomic<T>* obj, T desr);
18 // atomic_exchange(atomic<T>* obj, T desr);
31 assert(std::atomic_exchange(&t, T(2)) == T(1));
35 assert(std::atomic_exchange(&vt, T(4)) == T(3));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 36 return atomic_exchange(&state_, 1, memory_order_acquire) == 0;
57 && atomic_exchange(&state_, 1, memory_order_acquire) == 0)
sanitizer_atomic_clang.h 63 INLINE typename T::Type atomic_exchange(volatile T *a, function in namespace:__sanitizer
sanitizer_atomic_msvc.h 153 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, function in namespace:__sanitizer
160 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, function in namespace:__sanitizer
167 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, function in namespace:__sanitizer
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 61 u32 OldColumn = __sanitizer::atomic_exchange(
  /bionic/tests/
stdatomic_test.cpp 103 TEST(stdatomic, atomic_exchange) {
106 ASSERT_EQ(123, atomic_exchange(&i, 456));
  /external/clang/lib/Headers/
stdatomic.h 137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stdatomic.h 137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
  /bionic/libc/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /development/ndk/platforms/android-21/include/
stdatomic.h 70 using std::atomic_exchange;
512 #define atomic_exchange(object, desired) \
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 76 using std::atomic_exchange;
518 #define atomic_exchange(object, desired) \
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdatomic.h 70 using std::atomic_exchange;
512 #define atomic_exchange(object, desired) \

Completed in 1004 milliseconds

1 2 3