aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
Also vastly simplify and remove related code.