summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-3/+2
* Fix some typosSergio Ahumada2012-12-211-2/+2
* Review of documentation.Michele Caini2012-12-201-1/+1
* Similarly to the 797f3c0a01e9, fix qbasicatomic.h inclusionThiago Macieira2012-12-191-2/+2
* Document the new load / store methods in QAtomic{Int,Pointer}Thiago Macieira2012-12-122-0/+86
* Doc: Remove the mention of non-atomic convenience operators in QAtomicThiago Macieira2012-12-121-12/+0
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-4/+4
* Fixed compatibility problem with ExceptionhandlingHolger Ihrig2012-11-301-1/+1
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* QtCore: Make more signals private.Stephen Kelly2012-11-283-7/+15
* Fix race condition on d->state, by locking the mutex first.David Faure2012-11-231-3/+9
* Fix QMutex::tryLock timeout computation on LinuxOlivier Goffart2012-11-161-2/+2
* QFutureInterface: Remove unused functionOrgad Shaneh2012-11-082-6/+0