summaryrefslogtreecommitdiffstats
path: root/src/common/atomic_ops.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* X86/NativeClock: Reimplement RTDSC access to be lock free.Fernando Sahmkow2021-01-021-5/+66
|
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-5/+5
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* common/atomic_ops: Don't cast away volatile from pointersLioncash2020-07-281-5/+5
| | | | Preserves the volatility of the pointers being casted.
* Clang Format.Fernando Sahmkow2020-06-271-1/+1
|
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow2020-06-271-0/+17