summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qreadwritelock.h
Commit message (Expand)AuthorAgeFilesLines
* Q(Read|Write)Locker: mark ctors [[nodiscard]]Marc Mutz2023-06-201-0/+4
* QDeadlineTimer: make the ForeverConstant an enum classThiago Macieira2023-05-251-9/+0
* QReadWriteLock: inline the constructor and destructorThiago Macieira2023-05-111-0/+15
* QReadWriteLock: add tryLockForXxx overloads taking QDeadlineTimerThiago Macieira2023-05-111-5/+30
* QReadWriteLock: inline the lockForXxx functionsThiago Macieira2023-05-111-0/+14
* QReadWriteLock: remove the untimed tryLockForXxxx functionsThiago Macieira2023-05-111-2/+6
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-111-4/+1
* QReadWriteLock: don't mark fully-inline classes as exportedThiago Macieira2023-04-271-5/+5
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-18/+18
* Modernize the "thread" featureUlf Hermann2018-08-171-3/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Optimized implementation of QReadWriteLockOlivier Goffart2016-03-111-2/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QMutex/QReadWriteLock: mark bootstrap implementations nothrowMarc Mutz2015-01-091-18/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix a ### Qt5 issue: remove limits.h from qreadwritelock.hThiago Macieira2012-08-131-1/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Merge QReadWriteLock constructor overloads per Qt 5 comment.Robin Burchell2011-12-201-2/+1
* 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/+239