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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 117 struct __atomic_base;
120 typedef __atomic_base<char> atomic_char;
123 typedef __atomic_base<signed char> atomic_schar;
126 typedef __atomic_base<unsigned char> atomic_uchar;
129 typedef __atomic_base<short> atomic_short;
132 typedef __atomic_base<unsigned short> atomic_ushort;
135 typedef __atomic_base<int> atomic_int;
138 typedef __atomic_base<unsigned int> atomic_uint;
141 typedef __atomic_base<long> atomic_long;
144 typedef __atomic_base<unsigned long> atomic_ulong
349 struct __atomic_base struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 117 struct __atomic_base;
120 typedef __atomic_base<char> atomic_char;
123 typedef __atomic_base<signed char> atomic_schar;
126 typedef __atomic_base<unsigned char> atomic_uchar;
129 typedef __atomic_base<short> atomic_short;
132 typedef __atomic_base<unsigned short> atomic_ushort;
135 typedef __atomic_base<int> atomic_int;
138 typedef __atomic_base<unsigned int> atomic_uint;
141 typedef __atomic_base<long> atomic_long;
144 typedef __atomic_base<unsigned long> atomic_ulong
349 struct __atomic_base struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
atomic 57 __atomic_base<bool> _M_base;
293 typedef __atomic_base<_Tp*> __base_type;
959 // __atomic_base. Template argument should be constricted to
964 atomic_fetch_add_explicit(__atomic_base<_ITp>* __a, _ITp __i,
970 atomic_fetch_add_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
976 atomic_fetch_sub_explicit(__atomic_base<_ITp>* __a, _ITp __i,
982 atomic_fetch_sub_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
988 atomic_fetch_and_explicit(__atomic_base<_ITp>* __a, _ITp __i,
994 atomic_fetch_and_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
1000 atomic_fetch_or_explicit(__atomic_base<_ITp>* __a, _ITp __i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
atomic 57 __atomic_base<bool> _M_base;
293 typedef __atomic_base<_Tp*> __base_type;
959 // __atomic_base. Template argument should be constricted to
964 atomic_fetch_add_explicit(__atomic_base<_ITp>* __a, _ITp __i,
970 atomic_fetch_add_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
976 atomic_fetch_sub_explicit(__atomic_base<_ITp>* __a, _ITp __i,
982 atomic_fetch_sub_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
988 atomic_fetch_and_explicit(__atomic_base<_ITp>* __a, _ITp __i,
994 atomic_fetch_and_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
1000 atomic_fetch_or_explicit(__atomic_base<_ITp>* __a, _ITp __i
    [all...]
  /external/libcxx/include/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
atomic     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
atomic     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
atomic     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.so 
libitm.so.1 
libitm.so.1.0.0 
  /external/libcxx/test/libcxx/atomics/atomics.align/
align.pass.sh.cpp 31 template <typename T> struct atomic_test : public std::__atomic_base<T> {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/atomics/atomics.align/
align.pass.sh.cpp 31 template <typename T> struct atomic_test : public std::__atomic_base<T> {

Completed in 1100 milliseconds

1 2 3 4 5