summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QMutex: de-inline lock(), unlock(), and tryLock()Bradley T. Hughes2012-05-292-7/+23
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-151-2/+2
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Work around Android not having SYS_futex.Robin Burchell2012-05-021-2/+5
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-241-4/+13
* Fix QMutex::tryLock timeout regression (integer overflow)Markus Rathgeb2012-04-241-1/+1
* Set thread name on QNXSean Harmer2012-04-231-1/+3
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-1912-140/+50
* Change coreservices -> iosIan Dean2012-04-191-3/+3
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-173-19/+5
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-19/+21
|\
| * Change the parameter name of the mutex in a QWaitCondition.Stephen Kelly2012-04-042-16/+16
| * Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
| * Compile fix for Linux Standard BaseHarald Fernengel2012-03-281-3/+4
* | Unify the atomic implementation for x86 architecturesThiago Macieira2012-03-281-2/+0
* | Rename qatomic_x86_64.h to qatomic_x86.hThiago Macieira2012-03-281-2/+2
|/
* Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
* Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-064-36/+0
* Remove unused QThreadPoolPrivate::startFrontRunnable().Robin Burchell2012-03-062-26/+0
* Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-5/+5
|\
| * Make loadAcquire const.Stephen Kelly2012-02-292-5/+5
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-025-46/+46
|/
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-251-7/+20
* Add the quitlock feature to QThread.Stephen Kelly2012-02-233-0/+28
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* Rename Q_MUTEX_LINUX to QT_LINUX_FUTEXHarald Fernengel2012-02-212-6/+6
* Use standard unix mutexes on LSBHarald Fernengel2012-02-203-9/+19
* Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWERBradley T. Hughes2012-02-201-2/+2
* Add src/corelib/arch/qatomic_unix.h and qatomic_unix.cppBradley T. Hughes2012-02-131-0/+4
* Remove qatomic_arch.hBradley T. Hughes2012-02-132-11/+32
* Remove Windows specific code from qoldbasicatomic.hBradley T. Hughes2012-02-131-23/+1
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-132-21/+1
* Display QThread name for debugging.Leonard Lee2012-02-101-0/+18
* Use Q_PROCESSOR_* when chosing an atomic implementationBradley T. Hughes2012-02-081-7/+11
* Silence syncqt warnings for atomic implementation headersBradley T. Hughes2012-02-063-0/+12
* Move QtConcurrent into its own moduleLars Knoll2012-02-056-1/+1038
* Include qatomic_cxx11.h for C++11 compilersBradley T. Hughes2012-02-031-1/+1
* Rename qatomic_windows.h to qatomic_msvc.hBradley T. Hughes2012-02-031-2/+2
* Port the Windows atomic implementation to use QGenericAtomicOpsBradley T. Hughes2012-02-022-23/+22
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-6/+6
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-015-30/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3031-29/+31
* Add a set of atomics based on C++11's std::atomicThiago Macieira2012-01-281-0/+2
* Add a set of atomics based on GCC intrinsicsThiago Macieira2012-01-281-0/+2
* Fixed includes in public headersDenis Dzyubenko2012-01-271-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-258-8/+0
* Port the IA-64 atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-241-0/+2