summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadpool
Commit message (Expand)AuthorAgeFilesLines
* Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
* Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
* tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
* Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-4/+1
|\
| * tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+3
* Blacklist tst_QThreadPool::expiryTimeoutRace() on OS XSimon Hausmann2015-06-121-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-0/+51
* tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-021-0/+3
* Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
* tst_qthreadpool: fix memory leakDavid Faure2013-11-281-1/+2
* QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-4/+21
* tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+29
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+53
|\
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
* | Fix some data races in tst_qthreadpool.David Faure2013-05-191-16/+16
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix crashes in tst_qthreadpool on Windows.Friedemann Kleint2013-01-181-6/+28
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-11/+11
* Move QtConcurrent into its own moduleLars Knoll2012-02-053-0/+854