Searched defs:_Atomic (Results 1 - 25 of 74) sorted by relevance

123

/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(shor
[all...]
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-x86_64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-arm64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-mips64/usr/include/
H A Dstdatomic.h54 #undef _Atomic macro
62 #define _Atomic(t) std::atomic<t> macro
142 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
341 * No native support for _Atomic(). Place object in structure to prevent
344 #define _Atomic(T) struct { T volatile __val; }
347 typedef _Atomic(bool) atomic_bool;
348 typedef _Atomic(char) atomic_char;
349 typedef _Atomic(signed char) atomic_schar;
350 typedef _Atomic(unsigned char) atomic_uchar;
351 typedef _Atomic(shor
[all...]

Completed in 305 milliseconds

123