Searched refs:_Atomic (Results 1 - 25 of 79) sorted by relevance

1234

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
H A Dstdatomic.h40 typedef _Atomic _Bool atomic_bool;
41 typedef _Atomic char atomic_char;
42 typedef _Atomic signed char atomic_schar;
43 typedef _Atomic unsigned char atomic_uchar;
44 typedef _Atomic short atomic_short;
45 typedef _Atomic unsigned short atomic_ushort;
46 typedef _Atomic int atomic_int;
47 typedef _Atomic unsigned int atomic_uint;
48 typedef _Atomic long atomic_long;
49 typedef _Atomic unsigne
[all...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
H A Dstdatomic.h40 typedef _Atomic _Bool atomic_bool;
41 typedef _Atomic char atomic_char;
42 typedef _Atomic signed char atomic_schar;
43 typedef _Atomic unsigned char atomic_uchar;
44 typedef _Atomic short atomic_short;
45 typedef _Atomic unsigned short atomic_ushort;
46 typedef _Atomic int atomic_int;
47 typedef _Atomic unsigned int atomic_uint;
48 typedef _Atomic long atomic_long;
49 typedef _Atomic unsigne
[all...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
H A Dstdatomic.h40 typedef _Atomic _Bool atomic_bool;
41 typedef _Atomic char atomic_char;
42 typedef _Atomic signed char atomic_schar;
43 typedef _Atomic unsigned char atomic_uchar;
44 typedef _Atomic short atomic_short;
45 typedef _Atomic unsigned short atomic_ushort;
46 typedef _Atomic int atomic_int;
47 typedef _Atomic unsigned int atomic_uint;
48 typedef _Atomic long atomic_long;
49 typedef _Atomic unsigne
[all...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
H A Dstdatomic.h40 typedef _Atomic _Bool atomic_bool;
41 typedef _Atomic char atomic_char;
42 typedef _Atomic signed char atomic_schar;
43 typedef _Atomic unsigned char atomic_uchar;
44 typedef _Atomic short atomic_short;
45 typedef _Atomic unsigned short atomic_ushort;
46 typedef _Atomic int atomic_int;
47 typedef _Atomic unsigned int atomic_uint;
48 typedef _Atomic long atomic_long;
49 typedef _Atomic unsigne
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
H A Dstdatomic.h40 typedef _Atomic _Bool atomic_bool;
41 typedef _Atomic char atomic_char;
42 typedef _Atomic signed char atomic_schar;
43 typedef _Atomic unsigned char atomic_uchar;
44 typedef _Atomic short atomic_short;
45 typedef _Atomic unsigned short atomic_ushort;
46 typedef _Atomic int atomic_int;
47 typedef _Atomic unsigned int atomic_uint;
48 typedef _Atomic long atomic_long;
49 typedef _Atomic unsigne
[all...]
/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...]

Completed in 133 milliseconds

1234