index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
thread
/
qthreadpool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take move-only functions for the threadpool
Allan Sandfeld Jensen
2023-05-04
1
-28
/
+20
*
Add special thread pool for Qt Gui
Allan Sandfeld Jensen
2023-02-25
1
-0
/
+15
*
QThreadPool: Protect the access to internal data with mutex
Jarek Kobus
2023-02-22
1
-0
/
+7
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-3
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Replace uses of _qs with _s in sources and examples
Sona Kurazyan
2022-04-19
1
-1
/
+1
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-2
/
+2
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-1
/
+3
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-08
1
-4
/
+5
*
Read QThreadPool::objectName thread-safe
Allan Sandfeld Jensen
2022-01-13
1
-6
/
+9
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Add a safer way to use QThreadPool::reserveThread
Allan Sandfeld Jensen
2021-10-06
1
-0
/
+51
*
Cleanup of qthreadpool
Allan Sandfeld Jensen
2021-10-01
1
-40
/
+53
*
QThreadPool: Fix restarting of expired threads
Ievgenii Meshcheriakov
2021-09-15
1
-0
/
+5
*
QThreadPool: obey the docs that say we always use at least 1 thread
Thiago Macieira
2021-04-24
1
-7
/
+9
*
Do not access internal allThreads data unlocked
Allan Sandfeld Jensen
2021-04-23
1
-0
/
+1
*
Fix qdoc warning, it's QThread::Priority
Volker Hilsheimer
2021-04-12
1
-1
/
+1
*
QThreadPool: let the started thread have the same name as the pool
Thiago Macieira
2021-04-03
1
-1
/
+7
*
Add support to set thread priority to QThreadPool
Samuel Gaist
2021-04-03
1
-2
/
+28
*
Revert "Port QThreadPool to the new property system"
Allan Sandfeld Jensen
2021-01-29
1
-26
/
+11
*
Port QThreadPool to the new property system
Sona Kurazyan
2021-01-27
1
-11
/
+26
*
Doc: Add missing brief statements for \property documentation
Topi Reinio
2020-11-12
1
-7
/
+5
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-2
/
+2
*
Remove unnecessary ref-counting of QRunnable
Allan Sandfeld Jensen
2020-10-01
1
-25
/
+3
*
Fix race condition in QThreadPool::clear
Allan Sandfeld Jensen
2020-10-01
1
-3
/
+3
*
Get rid of some #ifdef qt6
Allan Sandfeld Jensen
2020-09-30
1
-8
/
+0
*
Fix living QObject after shutdown of QCoreApplication
André Klitzing
2020-06-23
1
-3
/
+8
*
Remove QThreadPool::cancel()
Allan Sandfeld Jensen
2020-06-05
1
-18
/
+0
*
Do not multithread if already in a global threadpool thread
Allan Sandfeld Jensen
2020-06-03
1
-0
/
+24
*
Fix QRunnable::ref use in QThreadPool
Allan Sandfeld Jensen
2020-05-07
1
-25
/
+43
*
Fix memory leak on new QThreadPool::tryStart version
Allan Sandfeld Jensen
2020-03-17
1
-7
/
+12
*
Improve argument name for std::function argument
Allan Sandfeld Jensen
2020-02-26
1
-10
/
+10
*
Add a constructor for QRunnable from anonymous functions
Allan Sandfeld Jensen
2020-01-31
1
-0
/
+32
*
QWaitCondition: mark obsolete functions as deprecated
Christian Ehrlicher
2019-11-07
1
-1
/
+1
*
Make QThreadPool::waitForDone more atomic
Allan Sandfeld Jensen
2018-11-12
1
-39
/
+40
*
Modernize the "thread" feature
Ulf Hermann
2018-08-17
1
-4
/
+0
*
Merge remote-tracking branch 'origin/5.10' into dev
Allan Sandfeld Jensen
2017-10-24
1
-30
/
+57
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-16
1
-30
/
+57
|
|
\
|
|
*
Improve performance in QThreadPool
Svenn-Arne Dragly
2017-10-04
1
-30
/
+57
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
1
-4
/
+6
|
\
\
\
|
|
/
/
|
*
|
Fix documentation of QThreadPool::stackSize
Friedemann Kleint
2017-08-29
1
-4
/
+6
*
|
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
|
/
/
*
|
Add QThreadPool::stackSize
Morten Johan Sørvig
2017-08-02
1
-1
/
+27
*
|
Make QThreadPoolPrivate use NSDMIs
Morten Johan Sørvig
2017-08-02
1
-5
/
+0
|
/
*
QtCore: include mocs
Thiago Macieira
2017-05-05
1
-0
/
+2
*
QThreadPool: supersede cancel() with tryTake()
Marc Mutz
2017-02-22
1
-17
/
+33
*
QThreadPool: replace a QSet with a QList
Marc Mutz
2017-02-13
1
-2
/
+3
*
CoreLib: use const (and const APIs) more
Anton Kudryavtsev
2016-04-18
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
[next]