aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ThreadPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Speculative build fix for lld on Linux after Michael's #include removalsHans Wennborg1-0/+1
2017-12-13Remove redundant includes from lib/Support.Michael Zolotukhin1-1/+0
2017-11-27[Support] Fix locking of shared variable in threadpoolJan Korous1-1/+1
2017-10-04Bring r314809 back.Rafael Espindola1-2/+3
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson1-3/+2
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola1-2/+3
2017-06-14Support: Remove MSVC 2013 workarounds in ThreadPool class.Peter Collingbourne1-16/+3
2016-11-28[ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano1-2/+4
2016-11-28[ThreadPool] Simplify the interface. NFCI.Davide Italiano1-4/+2
2016-06-22Removing whitespace from test commit rL273447Jason Henline1-1/+1
2016-06-22Add whitespace to check commit accessJason Henline1-1/+1
2016-04-06Fix a race condition in support library ThreadPool.Justin Lebar1-1/+4
2015-12-15Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini1-1/+10
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+146
2015-12-15Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini1-146/+0
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+146
2015-12-13Revert r255444.Nico Weber1-143/+0
2015-12-12Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+143