HomeSort by relevance Sort by last modified time
    Searched refs:atomic_exchange_explicit (Results 1 - 7 of 7) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_exchange_explicit.pass.cpp 16 // atomic_exchange_explicit(shared_ptr<T>* p, shared_ptr<T> r)
27 r = std::atomic_exchange_explicit(&p, r, std::memory_order_seq_cst);
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_exchange_explicit.pass.cpp 14 // atomic_exchange_explicit(volatile atomic<T>* obj, T desr, memory_order m);
18 // atomic_exchange_explicit(atomic<T>* obj, T desr, memory_order m);
31 assert(std::atomic_exchange_explicit(&t, T(2), std::memory_order_seq_cst)
36 assert(std::atomic_exchange_explicit(&vt, T(4), std::memory_order_seq_cst)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 134 #define atomic_exchange_explicit(__a, __m, __x) \ macro
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 134 #define atomic_exchange_explicit(__a, __m, __x) \ macro
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 134 #define atomic_exchange_explicit(__a, __m, __x) \ macro
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 134 #define atomic_exchange_explicit(__a, __m, __x) \ macro
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 134 #define atomic_exchange_explicit(__a, __m, __x) \ macro
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)

Completed in 844 milliseconds