summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-031-0/+20
* Fix warning about virtual overrideAndreas Buhr2021-03-051-1/+1
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-78/+14
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-13/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-19/+21
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-6/+17
* Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-0/+4
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-38/+38
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-4/+4
* Fix memory leak in auto testLars Knoll2019-03-291-0/+1
* tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+68
|\
| * Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+64
|\|
| * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* | Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-021-0/+34
* | Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
|/
* 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
* tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-271-1/+1
* 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
|\