summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* qthreadpool: use const methods moreAnton Kudryavtsev2023-09-081-2/+2
* Doc: fix warnings from parameters not matching the documentationVolker Hilsheimer2023-05-241-5/+5
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-28/+20
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-251-0/+15
* QThreadPool: Protect the access to internal data with mutexJarek Kobus2023-02-221-0/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-2/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-1/+3
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-4/+5
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-131-6/+9
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-0/+51
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-40/+53
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+5
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-7/+9
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix qdoc warning, it's QThread::PriorityVolker Hilsheimer2021-04-121-1/+1
* QThreadPool: let the started thread have the same name as the poolThiago Macieira2021-04-031-1/+7
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-031-2/+28
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-26/+11
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-11/+26
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-7/+5
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-2/+2
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-011-25/+3
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-8/+0
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-3/+8
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-18/+0
* 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-071-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