summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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