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

12345678

/prebuilts/sdk/renderscript/clang-include/
H A Dstdatomic.h88 typedef _Atomic(bool) atomic_bool;
90 typedef _Atomic(_Bool) atomic_bool;
92 typedef _Atomic(char) atomic_char;
93 typedef _Atomic(signed char) atomic_schar;
94 typedef _Atomic(unsigned char) atomic_uchar;
95 typedef _Atomic(short) atomic_short;
96 typedef _Atomic(unsigned short) atomic_ushort;
97 typedef _Atomic(int) atomic_int;
98 typedef _Atomic(unsigned int) atomic_uint;
99 typedef _Atomic(lon
[all...]
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/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.x/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/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/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.x/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/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/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.x/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.x/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/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Dstdatomic.h60 #undef _Atomic macro
68 #define _Atomic(t) std::atomic<t> macro
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dstdatomic.h60 #undef _Atomic macro
68 #define _Atomic(t) std::atomic<t> macro
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
308 * No native support for _Atomic(). Place object in structure to prevent
311 #define _Atomic(T) struct { T volatile __val; }
314 typedef _Atomic(bool) atomic_bool;
315 typedef _Atomic(char) atomic_char;
316 typedef _Atomic(signed char) atomic_schar;
317 typedef _Atomic(unsigned char) atomic_uchar;
318 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
308 * No native support for _Atomic(). Place object in structure to prevent
311 #define _Atomic(T) struct { T volatile __val; }
314 typedef _Atomic(bool) atomic_bool;
315 typedef _Atomic(char) atomic_char;
316 typedef _Atomic(signed char) atomic_schar;
317 typedef _Atomic(unsigned char) atomic_uchar;
318 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8.275480/include/
H A Dstdatomic.h51 #undef _Atomic macro
59 #define _Atomic(t) std::atomic<t> macro
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(shor
[all...]

Completed in 178 milliseconds

12345678