summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-286-0/+2020
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+496
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-283-0/+331
* QPostEventList: change pointer comparison to integer comparisonMarc Mutz2012-09-271-1/+1
* Workaround MSVC2008 build failure after switching to std::upper_boundGiuseppe D'Angelo2012-09-271-7/+3
* Fix spelling mistakeThiago Macieira2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2236-852/+852
* Add comments to document the internals of QMutexOlivier Goffart2012-09-212-4/+54
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-192-2/+6
* Move QRecursiveMutexPrivate to qmutex.cpp and mark inlineThiago Macieira2012-09-142-14/+15
* Remove QBasicAtomic::tryLock with a timerThiago Macieira2012-09-141-2/+2
* #include the qmutex_xxx.cpp at the end of qmutex.cppThiago Macieira2012-09-141-1/+10
* Use storeRelease to unlock a mutex instead of fetchAndStoreReleaseThiago Macieira2012-09-141-1/+1
* Avoid calling QElapsedTimer::nsecsElapsed before the first futex sleepThiago Macieira2012-09-141-4/+8
* Split the timed mutex lock from the non-timed lock functionsThiago Macieira2012-09-143-6/+91