summaryrefslogtreecommitdiffstats
path: root/src/common/spin_lock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-1/+1
| | | | | | 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.
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-0/+5
|
* Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow2020-06-181-0/+1
|
* Common: Implement a basic SpinLock classFernando Sahmkow2020-06-181-0/+20