Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use C++11 atomics | Chris Robinson | 2018-11-17 | 1 | -10/+0 |
* | Remove a couple unneeded functions | Chris Robinson | 2016-05-25 | 1 | -3/+0 |
* | Use atomics for the device and context list heads | Chris Robinson | 2014-08-01 | 1 | -1/+0 |
* | Remove an unused function | Chris Robinson | 2014-07-31 | 1 | -1/+0 |
* | Rename ATOMIC_COMPARE_EXCHANGE to ATOMIC_COMPARE_EXCHANGE_STRONG | Chris Robinson | 2014-07-31 | 1 | -2/+0 |
* | Implement RefCount as a generic atomic type | Chris Robinson | 2014-07-22 | 1 | -6/+7 |
* | Add methods to exchange and compare-exchange RefCount values | Chris Robinson | 2014-05-27 | 1 | -0/+2 |
* | Make RefCount a non-integer type | Chris Robinson | 2014-05-14 | 1 | -2/+4 |
* | Move atomic method definitions to a separate common source | Chris Robinson | 2014-05-06 | 1 | -0/+12 |