aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stdatomic.h
Commit message (Expand)AuthorAgeFilesLines
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Change the return type of the fallback implementation of theTijl Coosemans2013-08-181-2/+2
* Correct implementation of atomic_flag_test_and_setEd Maste2013-08-171-5/+1
* Make atomic_fetch_add() and atomic_fetch_sub() work for pointers with GCC 4.2.Ed Schouten2013-06-301-2/+6
* Make various fixes to <stdatomic.h>.Ed Schouten2013-06-301-22/+68
* Move _Atomic() into <sys/cdefs.h>.Ed Schouten2013-06-161-4/+0
* Minor improvements to <stdatomic.h>.Ed Schouten2013-06-131-2/+8
* Fix the way atomic_is_lock_free() is defined for Clang.Ed Schouten2013-06-091-1/+4
* Add ATOMIC_*_LOCK_FREE constants.Ed Schouten2013-06-031-0/+35
* Move <stdatomic.h> into sys/sys/.Ed Schouten2013-06-011-0/+325