aboutsummaryrefslogtreecommitdiffstats
path: root/include/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Use generic atomics in more placesChris Robinson2014-07-221-4/+6
|
* Implement RefCount as a generic atomic typeChris Robinson2014-07-221-1/+1
|
* 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.