summaryrefslogtreecommitdiff
path: root/src/support/threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Use ifdef-else in threads.cpp (#6355)Alon Zakai2024-02-271-2/+2
* [Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)Alon Zakai2024-02-261-3/+5
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-3/+3
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-2/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-17/+26
* Don't call static desructors when Fatal() errors occur (#1722)Sam Clegg2018-11-021-2/+2
* Simplify ThreadPool::isRunning (#1391)Alon Zakai2018-01-301-2/+1
* ThreadPool refactoring (#1389)Alon Zakai2018-01-261-31/+31
* Threading fixes (#1377)Alon Zakai2018-01-241-4/+20
* Thread fixes (#1205)Alon Zakai2017-10-021-1/+8
* New binaryen.js (#922)Alon Zakai2017-03-241-0/+4
* Replace std::unique<T>(new T()) with make_unique<T>().Logan Chien2016-08-261-3/+4
* use WASM_UNUSED in some places to fix compiler warning/error on unused variab...Alon Zakai2016-06-081-0/+2
* refactor a getNumCores methodAlon Zakai2016-06-021-5/+9
* Add missing algorithm and string headersJF Bastien2016-04-231-0/+2
* fix ThreadPool::size, we don't have any thread objects created if there is ju...Alon Zakai2016-04-181-1/+1
* allow limiting # of cores in thread pool, useful for debuggingAlon Zakai2016-04-181-0/+3
* Function parallelism (#343)Alon Zakai2016-04-151-0/+181