Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |