summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Long live \constraints!Marc Mutz2025-02-281-9/+9
* Include climits explicitly instead of relying on transitive includesAhmad Samir2025-01-131-0/+1
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-051-22/+0
* QThreadPool: Add Quality of Service APIMårten Nordheim2024-11-181-0/+33
* Facilitate disabling multi-threading in image manipulation and paintingAllan Sandfeld Jensen2024-11-181-1/+3
* QThreadPool: handle negative expiryTimeoutsAhmad Samir2024-10-211-7/+9
* QThreadPool: fix regression with negative expiryTimeoutMårten Nordheim2024-10-151-1/+6
* Limit gui thread pool to 8 threadsAllan Sandfeld Jensen2024-08-251-1/+6
* QThreadPool: store the expiryTimeout in a std::chrono typeThiago Macieira2024-05-091-4/+3
* QThreadPool: add waitForDone() based on QDeadlineTimerThiago Macieira2024-05-091-14/+18
* 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