aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* Use C11's static_assert when availableChris Robinson2014-04-071-1/+1
|
* Return the original value from CompExchange*Chris Robinson2014-03-091-22/+19
|
* Remove the Apple-specific atomic function implementations.Chris Robinson2014-03-091-36/+0
| | | | | | I'm not sure if they're even used, but they were rather ugly and are set to get even uglier since they don't follow normal conventions (missing exchange, and cas not returning the original value).
* Use C99 inline semanticsChris Robinson2013-11-041-25/+25
|
* Move some stuff out of alMain.hChris Robinson2013-10-281-0/+180