aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/threads.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the duration given to althrd_sleep is validChris Robinson2014-04-161-2/+8
* Avoid using a Sleep() wrapperChris Robinson2014-04-161-0/+2
* Remove the old thread wrappers for the new onesChris Robinson2014-04-161-116/+2
* Move the threads and mutex wrappers to threads.cChris Robinson2014-04-161-0/+255
* Fix a couple castsChris Robinson2013-10-281-1/+1
* Move the device mutex to the backendChris Robinson2013-10-281-0/+3
* Separate compatibility declarationsChris Robinson2013-10-281-0/+1
* Move SetThreadName to threads.cChris Robinson2013-10-271-0/+44
* Rework threading functionsChris Robinson2013-10-271-0/+152