aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcThread.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework threading functionsChris Robinson2013-10-271-144/+0
|
* Set a 1MB stack size for created threadsChris Robinson2012-04-161-2/+18
|
* Fix Win32 thread handle leakChris Robinson2008-11-051-0/+1
|
* Pass a dummy variable to CreateThread to satisfy Win9xChris Robinson2008-08-051-1/+2
|
* Store thread return value in the struct to avoid void*-to-uint castingChris Robinson2008-06-171-8/+9
|
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-2/+0
| | | | VC7 appears to require that value, or higher, set and fails otherwise
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Initial importChris Robinson2007-11-131-0/+125