Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
c75da09f4fb4ee24f14d40de6f47f03ee29b1ba1
/
libc
/
include
/
stdatomic.h
95f197f
Allow stdatomic.h to be included from mingw prebuilt.
by Hans Boehm
· 11 years ago
3ce0769
Only use <atomic> for C++11 and newer.
by Dan Albert
· 11 years ago
76ac4d0
Make memory_order_acquire visible in global namespace
by Hans Boehm
· 11 years ago
3242960
Make stdatomic.h work with gcc4.6 host compiler
by Hans Boehm
· 11 years ago
e0c56ef
Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.
by Elliott Hughes
· 11 years ago
3e4a009
Undefine _Atomic before redefining
by Hans Boehm
· 11 years ago
00aaea3
Fix, generalize stdatomic.h; improve test.
by Hans Boehm
· 11 years ago
019d395
Have stdatomic.h punt to C++ atomic when possible
by Hans Boehm
· 11 years ago
8b00236
Define atomic_charN_t only if charN_t is supported.
by Hans Boehm
· 11 years ago
e6c57fc
Add C11 <stdatomic.h>.
by Elliott Hughes
· 11 years ago