Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid including windows.h in threads.h | Chris Robinson | 2020-06-28 | 1 | -6/+3 |
| | |||||
* | Cleanup common sources' includes | Chris Robinson | 2019-07-29 | 1 | -4/+0 |
| | |||||
* | Rename a function for consistency | Chris Robinson | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | Avoid alsem* wrappers for al::semaphore | Chris Robinson | 2018-11-27 | 1 | -45/+12 |
| | |||||
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 1 | -0/+20 |
| | |||||
* | Remove althrd_yield | Chris Robinson | 2018-11-26 | 1 | -13/+0 |
| | |||||
* | Remove unused almtx stuff | Chris Robinson | 2018-11-26 | 1 | -99/+2 |
| | |||||
* | Remove the last remaining uses of althrd_t | Chris Robinson | 2018-11-26 | 1 | -7/+0 |
| | |||||
* | Remove althrd_t from Windows | Chris Robinson | 2018-11-26 | 1 | -6/+5 |
| | |||||
* | Always use RAII with EffectSlotLock | Chris Robinson | 2018-11-21 | 1 | -2/+3 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -25/+1 |
| | |||||
* | Remove some more unused stuff | Chris Robinson | 2018-11-17 | 1 | -17/+1 |
| | |||||
* | Remove unneeded declarations and definitions | Chris Robinson | 2018-11-17 | 1 | -29/+0 |
| | |||||
* | Remove unused altss types and methods | Chris Robinson | 2018-11-16 | 1 | -35/+0 |
| | |||||
* | Remove the unused condition variable APIs | Chris Robinson | 2018-11-10 | 1 | -12/+0 |
| | |||||
* | Move altimespec_get and al_nssleep to examples' common code | Chris Robinson | 2018-11-10 | 1 | -26/+0 |
| | |||||
* | Add specializations for lock_guard and unique_lock to take almtx_t | Chris Robinson | 2018-10-31 | 1 | -1/+60 |
| | |||||
* | Use GCD semaphore on macOS | alexey.lysiuk | 2018-10-15 | 1 | -0/+8 |
| | | | Unnamed POSIX semaphore doesn't work on macOS | ||||
* | Add methods to clean up althrd and altss data | Chris Robinson | 2018-03-10 | 1 | -0/+7 |
| | |||||
* | Clear stale 'post's on the event semphaphore | Chris Robinson | 2018-02-11 | 1 | -0/+1 |
| | |||||
* | Remove unused _timed methods | Chris Robinson | 2018-02-01 | 1 | -4/+0 |
| | | | | | They're not reliably implemented anyway, as some systems will just flat out fail when trying to use them. | ||||
* | Add semaphore functions to the thread API wrapper | Chris Robinson | 2018-02-01 | 1 | -0/+9 |
| | |||||
* | Move the FORCE_ALIGN macro to threads.h | Chris Robinson | 2018-01-12 | 1 | -0/+10 |
| | |||||
* | Move internal headers out of the include directory | Chris Robinson | 2017-04-14 | 1 | -0/+237 |