summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not define QT_BASIC_ATOMIC_HAS_CONSTRUCTORS for clang.Erik Verbruggen2012-11-071-1/+12
* Review of documentation.Michele Caini2012-11-021-6/+25
* Fix for leak in QFutureChristian Strømme2012-11-013-5/+46
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-2/+0
* Trim trailing whitespace.Stephen Kelly2012-10-221-1/+1
* Remove the QThread::terminated() signalSze Howe Koh2012-10-195-37/+9
* Fix for memory leak in ResultStoreChristian Strømme2012-10-181-1/+4
* QThread signals documentation improvementOlivier Goffart2012-10-151-2/+12
* Review of documentation.Michele Caini2012-10-131-2/+10
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-081-55/+104
* qfuturesynchronizer.cpp: fix whitespace errorsMarc Mutz2012-09-281-14/+14
* QException/QFuture*: add \inmodule QtCoreMarc Mutz2012-09-284-0/+5
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-283-0/+277
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-285-1/+912