summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-164-8/+36
|\
| * Fix reversed conditionOlivier Goffart2011-02-081-1/+1
| * QMutex: do not use inline mutex in debug.Olivier Goffart2011-02-071-1/+8
| * Fix race condition between QEventLoop::exec and QThread::exitOlivier Goffart2011-02-072-2/+8
| * Remove QThreadData::mutexOlivier Goffart2011-02-071-2/+0
| * Implement QThreadData::current using __threadOlivier Goffart2011-02-031-3/+20
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-032-6/+14
|\ \
| * | Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-021-1/+4
| * | document that QThread::exit will exit future event loopsOlivier Goffart2011-02-021-4/+6
| * | Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop."Olivier Goffart2011-02-021-1/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-4/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-271-4/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1727-27/+27
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-1027-27/+27
* | Fix reversed condition introduced in 9a6cfc07e5João Abecasis2011-01-101-1/+1
* | Check elapsed time only onceJoão Abecasis2011-01-071-2/+3
* | Track average wait times under our maximum spin time thresholdBradley T. Hughes2010-12-204-8/+21
* | Store and track spin times in nanosecond resolutionBradley T. Hughes2010-12-202-7/+8
* | Optimize adaptive spinning mutex codeBradley T. Hughes2010-12-204-19/+25
* | Improve QMutex contention performance on LinuxBradley T. Hughes2010-12-202-6/+39
* | Improve QMutex contention performance on Mac OS XBradley T. Hughes2010-12-202-2/+59
* | Disable spinning under lock contention on single CPU machinesBradley T. Hughes2010-12-201-0/+10
* | Remove unnecessary testAndSetAcquire from QMutex::lockInternal()Bradley T. Hughes2010-12-201-9/+6
* | Move contender count maintenance to QMutexPrivateBradley T. Hughes2010-12-203-35/+21
* | Removed QMutexPrivate::self() declarationBradley T. Hughes2010-12-201-1/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-5/+12
|\ \ | |/
| * QThread::exec(): Fix possibility to enter several time the event loopOlivier Goffart2010-11-221-1/+3
| * Compile on OpenBSDOlivier Goffart2010-11-221-3/+10
* | QThread: fix a race condition when destroying or restarting thread from finis...Olivier Goffart2010-11-244-3/+22
* | QThreadStorage: fix crash if thread local destructor reset himselfOlivier Goffart2010-11-241-0/+5
* | Doc: Fixing typoSergio Ahumada2010-11-231-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-224-64/+68
|\ \
| * | QThreadPrivate::finish should not keep mutex locked when calling signalsOlivier Goffart2010-11-222-28/+37
| * | Make QThreadStorage supports value type and not only pointers.Olivier Goffart2010-11-222-33/+27
| * | QThreadStorage: fix memory leak if thread storage are added while destroyingOlivier Goffart2010-11-221-3/+4
* | | Revert "Don't destroy Qt's internal pthread_key_t if it was not initialized"Bradley T. Hughes2010-11-221-8/+8
* | | Compile fixBradley T. Hughes2010-11-181-1/+0
* | | Don't destroy Qt's internal pthread_key_t if it was not initializedBradley T. Hughes2010-11-181-7/+9
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-292-0/+2
|\ \
| * | Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-292-0/+2
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-263-15/+45
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-253-15/+45
| |\ \ | | |/
| | * Using TLS to store QThreadData on Symbianmread2010-10-211-8/+38
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-10-071-2/+19
| | |\
| | * | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-302-0/+4
| | |\ \
| | * | | Doc: Fixed typos.David Boddie2010-09-221-2/+2
* | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-221-2/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-2/+19
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix crash when constructing QThreadStorage after global destructors have runBradley T. Hughes2010-10-061-2/+19
| | | |/ | | |/|