Home
last modified time | relevance | path

Searched defs:_Atomic (Results 1 – 4 of 4) sorted by relevance

/third_party/libunwind/include/win/
Dfakestdatomic.h.in10 #define _Atomic volatile macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c47 static int (_Atomic); variable
/third_party/elfutils/lib/
Dstdatomic-fbsd.h103 #define _Atomic(T) struct { volatile __typeof__(T) __val; } macro
/third_party/FreeBSD/sys/sys/
Dcdefs.h289 #define _Atomic(T) struct { T volatile __val; } macro