aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/threads.h
Commit message (Collapse)AuthorAgeFilesLines
* Move some headers to include/Chris Robinson2014-05-061-217/+0
| | | | Note, these are not installed. Only headers in include/AL/ are installed.
* Simplify some error checkingChris Robinson2014-04-181-14/+4
|
* Check pthread_mutex_unlock for errorsChris Robinson2014-04-181-3/+4
|
* Rename AL_ONCE_INIT to AL_ONCE_FLAG_INITChris Robinson2014-04-181-2/+2
|
* Check TlsSetValue for errorChris Robinson2014-04-171-1/+2
|
* Rename althread_once to be more C11-likeChris Robinson2014-04-171-3/+16
|
* Use the thread ID for althrd_t on WindowsChris Robinson2014-04-171-7/+3
|
* Rename SetThreadName to althrd_setnameChris Robinson2014-04-171-5/+1
|
* Don't inline al_nssleepChris Robinson2014-04-171-11/+2
|
* Make and use a C11-like altimespec_get wrapper functionChris Robinson2014-04-171-1/+5
|
* Rename althread_key_ wrappers to altss_ and move it to threads.h/cChris Robinson2014-04-171-0/+31
|
* Fix some almtx_ return valuesChris Robinson2014-04-161-10/+22
|
* Remove almtx_normal and almtx_errorcheckChris Robinson2014-04-161-3/+1
|
* Fix althrd_sleep return valueChris Robinson2014-04-161-3/+9
|
* Avoid using a Sleep() wrapperChris Robinson2014-04-161-0/+12
|
* Remove the old thread wrappers for the new onesChris Robinson2014-04-161-10/+4
|
* Implement a C11-like thread wrapper and use it in mmdevapi and pulseaudioChris Robinson2014-04-161-5/+77
|
* Use a C11-like mutex wrapper instead of CRITICAL_SECTIONsChris Robinson2014-04-161-0/+86
|
* Rework threading functionsChris Robinson2013-10-271-0/+14