summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix reversed condition introduced in 9a6cfc07e5João Abecasis2012-01-311-1/+1
* Check elapsed time only onceJoão Abecasis2012-01-311-2/+3
* Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2012-01-311-1/+1
* QTBUG-17776, reporting terminated threads as not running on Symbianmread2011-06-231-0/+6
* Update licenseheader text in source filesJyri Tahtela2011-05-1327-452/+452
* 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
* 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
* Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-271-4/+1
* Update copyright year to 2011.Jason McDonald2011-01-1027-27/+27
* QThread::exec(): Fix possibility to enter several time the event loopOlivier Goffart2010-11-221-1/+3
* Compile on OpenBSDOlivier Goffart2010-11-221-3/+10
* 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
|\
| * Fix crash when constructing QThreadStorage after global destructors have runBradley T. Hughes2010-10-061-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
|\ \ | |/
| * QThread: make sure start works even if called after exitOlivier Goffart2010-09-222-0/+4
* | Doc: Fixed typos.David Boddie2010-09-221-2/+2
|/
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-151-6/+29
|\
| * Do not wait for QThread exit when destroying global statics in SymbianMiikka Heikkinen2010-09-151-6/+29
* | Fixed spelling/grammar error.Jerome Pasion2010-08-161-7/+5
|/
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Set QThreads to be process critical automatically on Symbian OSShane Kearns2010-07-081-0/+8
* QSemaphore::tryAquire(timeout) -- never times out on an active semaphoreBradley T. Hughes2010-06-251-1/+6
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
* Fix warningsOlivier Goffart2010-05-212-3/+4
* Micro optimisations in QMutexLockerOlivier Goffart2010-04-201-8/+10
* Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1...Bradley T. Hughes2010-04-164-5/+17
* Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-144-38/+6
* Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-122-1/+34
* Fix a crash when unloading libQtCoreBradley T. Hughes2010-04-081-0/+6
* Implement Idle-priority threads for Linux.Thiago Macieira2010-03-172-46/+65
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-27/+18
|\
| * Follow-up to c1b067e: fix aliasing in QReadWriteLock too.Thiago Macieira2010-03-031-18/+12
| * Fix strict-aliasing breakage with SunCC: the union trick is a GCC extension.Thiago Macieira2010-03-021-9/+6
* | Imporve win64 support for mingwThierry Bastian2010-02-221-4/+3
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-021-0/+2
|\ \ | |/
| * Only set the _WIN32_WINNT define if it is not set or less than 0x0400Andy Shaw2010-02-011-0/+2
* | Merge branch '4.6'Thiago Macieira2010-01-1327-30/+30
|\ \ | |/
| * fix typo in qreadwritelock's documentationRitt Konstantin2010-01-111-3/+3
| * Update copyright year to 2010Jason McDonald2010-01-0627-27/+27
* | Merge branch '4.6'Thiago Macieira2009-12-263-48/+55
|\ \ | |/
| * Optimize QThreadStorage with QVectorOlivier Goffart2009-12-182-48/+51
| * Fix compilation on HP-UX 11.11.Tristan Chabredier2009-12-151-0/+4
* | Optimize QOrderedMutexLockerOlivier Goffart2009-12-081-3/+5
|/
* Compile for 64-bit WindowsBradley T. Hughes2009-11-251-1/+6
* Fixing some GCC warningsJoão Abecasis2009-10-071-0/+1