aboutsummaryrefslogtreecommitdiffstats
path: root/common/atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* Add methods to exchange and compare-exchange RefCount valuesChris Robinson2014-05-271-0/+2
|
* Make RefCount a non-integer typeChris Robinson2014-05-141-2/+4
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* Move atomic method definitions to a separate common sourceChris Robinson2014-05-061-0/+12