summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qmutex_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set some attributes on pthread condattrsThiago Macieira2013-01-281-6/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Mark mutex locking and unlocking functions with noexceptThiago Macieira2012-08-251-1/+1
* 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
* QRecursiveMutexPrivate should not inherit from QMutexPrivateOlivier Goffart2011-10-311-2/+2
* QMutex is now just a pointerOlivier Goffart2011-07-291-113/+3
* Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
* Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-101-5/+8
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+209