aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-1/+1
* Recognize void(pthread_t,const char*)Chris Robinson2022-09-091-1/+6
* Avoid __try on ARMv7 targets with MSVCChris Robinson2022-07-241-1/+4
* Use function overloading to handle pthread_setname_np differencesChris Robinson2022-02-231-13/+26
* Don't include headers in a namespace definitionChris Robinson2020-07-231-4/+8
* Avoid including windows.h in threads.hChris Robinson2020-06-281-3/+6
* Enable and fix some more warningsChris Robinson2019-09-181-1/+1
* Cleanup common sources' includesChris Robinson2019-07-291-8/+12
* Use c++ headersFilip Gawin2019-01-091-1/+1
* Rename a function for consistencyChris Robinson2018-11-291-3/+3
* Avoid alsem* wrappers for al::semaphoreChris Robinson2018-11-271-101/+42
* Make and use a semaphore classChris Robinson2018-11-271-19/+31
* Remove unused almtx stuffChris Robinson2018-11-261-58/+0
* Remove the last remaining uses of althrd_tChris Robinson2018-11-261-85/+0
* Remove althrd_t from WindowsChris Robinson2018-11-261-76/+0
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-18/+7
* Convert threads.c to C++Chris Robinson2018-11-171-0/+442