summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Moving Symbian CPU core detection to qthread_symbian.cppmread2011-03-182-30/+17
* Making Symbian helper threads exit cleanly at app exitmread2011-03-181-9/+27
* Merge remote branch 'qt-master/master'Guoqing Zhang2011-03-161-0/+26
|\
| * 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
* | | fixing build issue in qwaitcondition_symbian.cppmread2011-03-111-1/+1
* | | fixing build error in qthread_symbian.cppmread2011-03-111-2/+2
* | | Copying change to unix and Windows QThread implementation to Symbianmread2011-03-101-1/+4
* | | Remerging SymbianLite to team repository.Sami Lempinen2011-03-091-1/+5
|\ \ \ | |/ /
| * | Various INTEGRITY fixesRolland Dudemaine2011-02-221-0/+4
* | | Merging SymbianLite branch to master.Sami Lempinen2011-03-097-164/+889
|\ \ \ | |/ / |/| |
| * | removing unused headersmread2011-03-093-6/+1
| * | Removing RFastLock usemread2011-03-092-19/+1
| * | Making RFastLock work for QMutexmread2011-03-091-0/+2
| * | further review fixes for qthread_symbian.cppmread2011-03-091-15/+5
| * | Symbian adopted thread monitor review fixesmread2011-03-091-4/+4
| * | Improving init_symbian_thread_handlemread2011-03-091-6/+1
| * | QMutex symbian review changesmread2011-03-092-1/+6
| * | 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
* | | 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