aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-071-22/+0
| | | | This should make the code in common completely self-reliant.
* Use standard types for the RWLockChris Robinson2014-05-071-5/+5
|
* Keep TlsDestructors within threads.cChris Robinson2014-04-171-0/+1
| | | | | This basically makes the threads implementation self-contained in threads.c and threads.h, except for the UIntMap/RWLock implementations.
* Move some stuff out of alMain.hChris Robinson2013-10-281-0/+21