summaryrefslogtreecommitdiff
path: root/src/support/threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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