HomeSort by relevance Sort by last modified time
    Searched full:atomic_is_lock_free (Results 1 - 25 of 25) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_is_lock_free.pass.cpp 14 // atomic_is_lock_free(const volatile atomic<T>* obj);
18 // atomic_is_lock_free(const atomic<T>* obj);
28 bool b1 = std::atomic_is_lock_free(static_cast<const A*>(&t));
30 bool b2 = std::atomic_is_lock_free(static_cast<const volatile A*>(&vt));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_is_lock_free.pass.cpp 16 // atomic_is_lock_free(const shared_ptr<T>* p);
26 assert(std::atomic_is_lock_free(&p) == false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 119 #define atomic_is_lock_free(__a) \ macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 119 #define atomic_is_lock_free(__a) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 119 #define atomic_is_lock_free(__a) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 119 #define atomic_is_lock_free(__a) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 119 #define atomic_is_lock_free(__a) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdatomic 577 atomic_is_lock_free(const volatile atomic_address* __a)
655 atomic_is_lock_free(const volatile atomic_bool* __a)
779 atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdatomic 577 atomic_is_lock_free(const volatile atomic_address* __a)
655 atomic_is_lock_free(const volatile atomic_bool* __a)
779 atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdatomic 577 atomic_is_lock_free(const volatile atomic_address* __a)
655 atomic_is_lock_free(const volatile atomic_bool* __a)
779 atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdatomic 577 atomic_is_lock_free(const volatile atomic_address* __a)
655 atomic_is_lock_free(const volatile atomic_bool* __a)
779 atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdatomic 577 atomic_is_lock_free(const volatile atomic_address* __a)
655 atomic_is_lock_free(const volatile atomic_bool* __a)
779 atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 261 atomic_is_lock_free(const volatile atomic<T>* obj) noexcept;
265 atomic_is_lock_free(const atomic<T>* obj) noexcept;
806 // atomic_is_lock_free
811 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
819 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT
    [all...]
memory 543 bool atomic_is_lock_free(const shared_ptr<T>* p);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
atomic 739 atomic_is_lock_free(const atomic<_ITp>* __a)
744 atomic_is_lock_free(const volatile atomic<_ITp>* __a)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
atomic 739 atomic_is_lock_free(const atomic<_ITp>* __a)
744 atomic_is_lock_free(const volatile atomic<_ITp>* __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 739 atomic_is_lock_free(const atomic<_ITp>* __a)
744 atomic_is_lock_free(const volatile atomic<_ITp>* __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 797 atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
802 atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 739 atomic_is_lock_free(const atomic<_ITp>* __a)
744 atomic_is_lock_free(const volatile atomic<_ITp>* __a)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 797 atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
802 atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
atomic 804 atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
809 atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
pnacl-c-cpp-language-support.rst 57 ``is_lock_free`` methods and ``atomic_is_lock_free`` will return the
pnacl-bitcode-abi.rst 530 are lock-free or not. This reflects the C11 ``atomic_is_lock_free``
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 629 template<class T> inline bool atomic_is_lock_free( shared_ptr<T> const * /*p*/ ) function in namespace:boost
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 534 milliseconds