aboutsummaryrefslogtreecommitdiffstats
path: root/common/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert threads.c to C++Chris Robinson2018-11-171-32/+0
| | | | Also vastly simplify and remove related code.
* Avoid using ATOMIC_FLAGChris Robinson2018-11-131-4/+5
| | | | | Although it cant potentially be better than a regular atomic, it presents compatibility issues when non-C11 atomics are mixed with C++
* Move internal headers out of the include directoryChris Robinson2017-04-141-0/+31