summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QBasicAtomicInt: fix wrong comment about non-atomic APIDavid Faure2013-11-021-3/+2
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-211-14/+15
* Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-082-10/+14
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0811-89/+89
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-051-0/+21
* QFutureInterface: wrap a pair of {release,reserve}Thread() calls with RAIIMarc Mutz2013-09-211-3/+14
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-213-5/+4
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-213-5/+4
| |\
| | * Doc: Remove duplicated Qt Concurrent overviewSze Howe Koh2013-09-163-5/+4
* | | Fix some doc errors.Frederik Gladhorn2013-09-212-2/+2
|/ /
* | QMutex: fix race on 'owner' in the recursive caseMarc Mutz2013-09-211-4/+11
* | QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-202-2/+1
* | Don't use ARMv5/6/7 atomics on 64-bit ARM, as they are AArch32 specificTor Arne Vestbø2013-09-161-3/+3
* | Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-055-1/+67
* | Fix typo in qwaitcondition_unix.cppDavid Faure2013-09-021-1/+1
* | Move the creation of QElapsedTimer out of the inner function in QMutexThiago Macieira2013-08-271-21/+5
* | 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-163-0/+30
|/
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-2/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-172-3/+3
* Fix crash when re-creating QThreadData after initially destroying itTor Arne Vestbø2013-06-141-0/+6
* QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-1/+1
* Fix possible race in QMutexOlivier Goffart2013-04-291-2/+0
* fix namespaced buildOswald Buddenhagen2013-04-251-2/+2
* Document that the mutex passed to QWaitCondition::wait must be lockedThiago Macieira2013-04-221-2/+2
* Fix C++11 support in clang prior to 3.2Jan Kundrát2013-04-121-2/+2
* Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8
* Fix build on Android: libpthread is deficient and lacks functionsThiago Macieira2013-04-021-1/+1
* Fix race condition in QThread::setPriorityDavid Faure2013-03-234-41/+42
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-224-15/+18
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-221-0/+6
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1612-24/+24
* simplify/fix QT_BOOTSTRAPPED-related #ifdefsOswald Buddenhagen2013-03-141-1/+1
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Clear the current thread data for the main threadThiago Macieira2013-03-054-0/+12
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-4/+4
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-38/+24
|\
| * QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-041-38/+24
* | Added support for multicore CPUs for INTEGRITY (V10+) target.Florian Behrens2013-01-301-0/+7
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2918-63/+0
* | Set some attributes on pthread condattrsThiago Macieira2013-01-283-14/+52
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2348-48/+48
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1848-48/+48
* | Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-231-2/+14
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-086-12/+12