summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ThreadPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Enable ThreadPool to queue tasks that return values."Zachary Turner2018-06-131-19/+0
* Enable ThreadPool to support tasks that return values.Zachary Turner2018-06-131-0/+19
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-2/+2
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-281-0/+16
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-281-16/+0
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-6/+4
* Fix deadlock in ThreadPool unittest.Eli Friedman2016-06-051-1/+1
* ThreadPool unittests: do not hold mutex when calling condition_variable:notify()Mehdi Amini2015-12-191-11/+11
* [unittests] ThreadPool: Remove redundant loop, NFCVedant Kumar2015-12-191-4/+2
* [unittests] ThreadPool: Guard updates to MainThreadReadyVedant Kumar2015-12-191-12/+16
* ThreadPool unittest: reimplement concurrency test, deterministically this time.Mehdi Amini2015-12-191-5/+36
* Remove possibility of failures to due race in ThreadPool unittestTeresa Johnson2015-12-181-22/+0
* Mark ThreadPool unittests as unsupported on PowerPC64Mehdi Amini2015-12-151-0/+4
* ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...Mehdi Amini2015-12-151-5/+53
* Fix template parameter pack handling in ThreadPoolTeresa Johnson2015-12-151-0/+14
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+91
* Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2015-12-151-91/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+91
* Revert r255444.Nico Weber2015-12-131-91/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-121-0/+91
OpenPOWER on IntegriCloud