summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Trigger for using RFastLockmread2011-03-091-1/+5
| | | * | | | Using a single monitor thread to monitor all adopted threadsmread2011-03-091-86/+76
| | | * | | | Attempt to have one thread for all adopted thread monitoringmread2011-03-091-23/+127
| | | * | | | Removed unnecessary ref() on QThreadDatamread2011-03-091-1/+0
| | | * | | | Fixed thread priority codemread2011-03-092-28/+5
| | | * | | | Native adopted thread lifetime monitoringmread2011-03-091-75/+30
| | | * | | | Symbian native implementation of corelib/threadmread2011-03-097-158/+891
| * | | | | | Optimize QMutexPoolOlivier Goffart2011-03-312-13/+19
| * | | | | | Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-314-2/+7
| * | | | | | Fix the leak of QAdoptedThread and all dependent objectsOlivier Goffart2011-03-284-6/+27
| | |_|_|/ / | |/| | | |
* | | | | | Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-04-191-1/+1
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-2/+25
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Cast int to HALData::TAttribute for QT_HALData_ENumCpus and compile with RVCT4.Liang Qi2011-03-101-1/+1
| * | | Get the number of cores from HAL on Symbian.Liang Qi2011-03-101-2/+25
* | | | Various INTEGRITY fixesRolland Dudemaine2011-02-221-0/+4
| |/ / |/| |
* | | 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