summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-1/+1
|\
| * corelib: Fix typos in documentationJonas Kvinge2022-07-261-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-0/+5
|\|
| * QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-181-0/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-0/+1
|\|
| * Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-231-20/+20
|/
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-281-20/+20
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-3/+8
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-031-0/+24
* Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-121-25/+43
* Fix memory leak on new QThreadPool::tryStart versionAllan Sandfeld Jensen2020-03-171-7/+12
* Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-261-10/+10
* Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-0/+32
* QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-071-1/+1
* Make QThreadPool::waitForDone more atomicAllan Sandfeld Jensen2018-11-121-39/+40
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-30/+57
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-30/+57
| |\
| | * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-30/+57
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-4/+6
|\| |
| * | Fix documentation of QThreadPool::stackSizeFriedemann Kleint2017-08-291-4/+6
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-021-1/+27
* | Make QThreadPoolPrivate use NSDMIsMorten Johan Sørvig2017-08-021-5/+0
|/
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-17/+33
* QThreadPool: replace a QSet with a QListMarc Mutz2017-02-131-2/+3
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-5/+5
|\
| * QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-071-5/+5
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-041-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-9/+35
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-16/+12
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-9/+9
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-2/+8
* QThreadPool: fix data races in activeThreadCount()David Faure2013-08-211-5/+3
* QThreadPool: fix typosDavid Faure2013-08-211-10/+10
* QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+27
* QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-7/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+3
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1