summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ThreadPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable ThreadPool to queue tasks that return values."Zachary Turner2018-06-131-2/+19
* Enable ThreadPool to support tasks that return values.Zachary Turner2018-06-131-19/+2
* Speculative build fix for lld on Linux after Michael's #include removalsHans Wennborg2017-12-131-0/+1
* Remove redundant includes from lib/Support.Michael Zolotukhin2017-12-131-1/+0
* [Support] Fix locking of shared variable in threadpoolJan Korous2017-11-271-1/+1
* Bring r314809 back.Rafael Espindola2017-10-041-2/+3
* Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson2017-10-041-3/+2
* Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola2017-10-031-2/+3
* Support: Remove MSVC 2013 workarounds in ThreadPool class.Peter Collingbourne2017-06-141-16/+3
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-281-2/+4
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-281-4/+2
* Removing whitespace from test commit rL273447Jason Henline2016-06-221-1/+1
* Add whitespace to check commit accessJason Henline2016-06-221-1/+1
* Fix a race condition in support library ThreadPool.Justin Lebar2016-04-061-1/+4
* Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini2015-12-151-1/+10
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+146
* Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2015-12-151-146/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+146
* Revert r255444.Nico Weber2015-12-131-143/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-121-0/+143
OpenPOWER on IntegriCloud