aboutsummaryrefslogtreecommitdiffstats
path: root/include/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Add extern "C" to common headers.Chris Robinson2014-05-291-0/+8
|
* Make RefCount a non-integer typeChris Robinson2014-05-141-3/+3
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-071-0/+22
This should make the code in common completely self-reliant.