summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qmutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small optimisation to recursive mutexesThiago Macieira2012-08-261-2/+2
* Mark mutex locking and unlocking functions with noexceptThiago Macieira2012-08-251-9/+9
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* Fix some spelling errorsSergio Ahumada2012-07-111-4/+4
* QMutex: de-inline lock(), unlock(), and tryLock()Bradley T. Hughes2012-05-291-1/+12
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-34/+8
* Rename Q_MUTEX_LINUX to QT_LINUX_FUTEXHarald Fernengel2012-02-211-3/+3
* Use standard unix mutexes on LSBHarald Fernengel2012-02-201-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use QAtomicInt::store() instead of operator=(int)Bradley T. Hughes2011-11-011-2/+2
* QRecursiveMutexPrivate should not inherit from QMutexPrivateOlivier Goffart2011-10-311-18/+26
* Rename QBasicMutex::d to QBasicMutex::d_ptrOlivier Goffart2011-10-311-15/+15
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-12/+12
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Bradley T. Hughes2011-10-101-4/+4
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-13/+10
* QMutex is now just a pointerOlivier Goffart2011-07-291-197/+238
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+515