Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: do not use libdispatch where it is not present (#851) | Sergey Fedorov | 2023-05-28 | 1 | -1/+2 |
| | | | Fixes: https://github.com/kcat/openal-soft/issues/850 | ||||
* | Use [[maybe_unused]] instead of std::ignore | Chris Robinson | 2023-05-27 | 1 | -12/+5 |
| | |||||
* | Avoid some uses of the LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Recognize void(pthread_t,const char*) | Chris Robinson | 2022-09-09 | 1 | -1/+6 |
| | |||||
* | Avoid __try on ARMv7 targets with MSVC | Chris Robinson | 2022-07-24 | 1 | -1/+4 |
| | |||||
* | Use function overloading to handle pthread_setname_np differences | Chris Robinson | 2022-02-23 | 1 | -13/+26 |
| | |||||
* | Don't include headers in a namespace definition | Chris Robinson | 2020-07-23 | 1 | -4/+8 |
| | |||||
* | Avoid including windows.h in threads.h | Chris Robinson | 2020-06-28 | 1 | -3/+6 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Cleanup common sources' includes | Chris Robinson | 2019-07-29 | 1 | -8/+12 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Rename a function for consistency | Chris Robinson | 2018-11-29 | 1 | -3/+3 |
| | |||||
* | Avoid alsem* wrappers for al::semaphore | Chris Robinson | 2018-11-27 | 1 | -101/+42 |
| | |||||
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 1 | -19/+31 |
| | |||||
* | Remove unused almtx stuff | Chris Robinson | 2018-11-26 | 1 | -58/+0 |
| | |||||
* | Remove the last remaining uses of althrd_t | Chris Robinson | 2018-11-26 | 1 | -85/+0 |
| | |||||
* | Remove althrd_t from Windows | Chris Robinson | 2018-11-26 | 1 | -76/+0 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -18/+7 |
| | |||||
* | Convert threads.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+442 |
Also vastly simplify and remove related code. |