summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QThreadPool: fix race on 'queue' in stealRunnable()Marc Mutz2012-08-171-1/+1
* QThreadPool: use swap() when making a copy of allThreadsMarc Mutz2012-08-171-3/+3
* QThreadPool: don't loop unless neededMarc Mutz2012-08-171-2/+2
* Add a module page for QtConcurrentLars Knoll2012-08-151-3/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-10/+12
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-171-16/+3
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* Remove unused QThreadPoolPrivate::startFrontRunnable().Robin Burchell2012-03-061-25/+0
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-0/+651