aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/uintmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-071-35/+0
| | | | This should make the code in common completely self-reliant.
* Keep TlsDestructors within threads.cChris Robinson2014-04-171-0/+2
| | | | | This basically makes the threads implementation self-contained in threads.c and threads.h, except for the UIntMap/RWLock implementations.
* Don't use DllMain to call altss destructorsChris Robinson2014-04-171-1/+0
|
* Use C99 inline semanticsChris Robinson2013-11-041-4/+4
|
* Move some stuff out of alMain.hChris Robinson2013-10-281-0/+34