summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/TaskQueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Build TaskQueueTest in threads=on builds, fixes regression from r335608.Nico Weber2018-06-271-0/+2
* Fix LLVM_ENABLE_THREADS=0 builds after r335440.Nico Weber2018-06-261-1/+2
* One more build fix for non MSVC compilers.Zachary Turner2018-06-251-6/+6
* Add a TaskQueue that can serialize work on a ThreadPool.Zachary Turner2018-06-251-0/+105
OpenPOWER on IntegriCloud