Searched refs:_Atomic (Results 1 – 4 of 4) sorted by relevance
186 typedef _Atomic(_Bool) atomic_bool;187 typedef _Atomic(char) atomic_char;188 typedef _Atomic(signed char) atomic_schar;189 typedef _Atomic(unsigned char) atomic_uchar;190 typedef _Atomic(short) atomic_short;192 typedef _Atomic(int) atomic_int;193 typedef _Atomic(unsigned int) atomic_uint;194 typedef _Atomic(long) atomic_long;196 typedef _Atomic(long long) atomic_llong;200 typedef _Atomic(___wchar_t) atomic_wchar_t;[all …]
272 #define _Atomic(T) struct { T volatile __val; } macro
62 #define _Atomic(T) T volatile macro79 static _Atomic(unsigned int) gMsgId;
19 typedef _Atomic(type) atomic_##short_type##_t; \