Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some headers to include/ | Chris Robinson | 2014-05-06 | 1 | -217/+0 |
| | | | | Note, these are not installed. Only headers in include/AL/ are installed. | ||||
* | Simplify some error checking | Chris Robinson | 2014-04-18 | 1 | -14/+4 |
| | |||||
* | Check pthread_mutex_unlock for errors | Chris Robinson | 2014-04-18 | 1 | -3/+4 |
| | |||||
* | Rename AL_ONCE_INIT to AL_ONCE_FLAG_INIT | Chris Robinson | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | Check TlsSetValue for error | Chris Robinson | 2014-04-17 | 1 | -1/+2 |
| | |||||
* | Rename althread_once to be more C11-like | Chris Robinson | 2014-04-17 | 1 | -3/+16 |
| | |||||
* | Use the thread ID for althrd_t on Windows | Chris Robinson | 2014-04-17 | 1 | -7/+3 |
| | |||||
* | Rename SetThreadName to althrd_setname | Chris Robinson | 2014-04-17 | 1 | -5/+1 |
| | |||||
* | Don't inline al_nssleep | Chris Robinson | 2014-04-17 | 1 | -11/+2 |
| | |||||
* | Make and use a C11-like altimespec_get wrapper function | Chris Robinson | 2014-04-17 | 1 | -1/+5 |
| | |||||
* | Rename althread_key_ wrappers to altss_ and move it to threads.h/c | Chris Robinson | 2014-04-17 | 1 | -0/+31 |
| | |||||
* | Fix some almtx_ return values | Chris Robinson | 2014-04-16 | 1 | -10/+22 |
| | |||||
* | Remove almtx_normal and almtx_errorcheck | Chris Robinson | 2014-04-16 | 1 | -3/+1 |
| | |||||
* | Fix althrd_sleep return value | Chris Robinson | 2014-04-16 | 1 | -3/+9 |
| | |||||
* | Avoid using a Sleep() wrapper | Chris Robinson | 2014-04-16 | 1 | -0/+12 |
| | |||||
* | Remove the old thread wrappers for the new ones | Chris Robinson | 2014-04-16 | 1 | -10/+4 |
| | |||||
* | Implement a C11-like thread wrapper and use it in mmdevapi and pulseaudio | Chris Robinson | 2014-04-16 | 1 | -5/+77 |
| | |||||
* | Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs | Chris Robinson | 2014-04-16 | 1 | -0/+86 |
| | |||||
* | Rework threading functions | Chris Robinson | 2013-10-27 | 1 | -0/+14 |