summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qmutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-22/+22
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-7/+7
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* doc: Correct remaining qdoc warnings in qmutex.cppMartin Smith2018-01-041-2/+2
* Fix typo in QMutex's free-list's Sizes[3]Edward Welbourne2017-06-081-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-0/+3
|\
| * Doc: corrected minor link issuesNico Vertriest2017-02-021-0/+3
* | doc: clangqdoc documents the threads caseMartin Smith2017-01-061-2/+12
|/
* QMutex: small doc fixesMarc Mutz2016-11-291-2/+2
* QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-2/+2
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-25/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-25/+2
| |\
| | * QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
* | | Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-251-0/+55
|/ /
* | Add a QMutex::isRecursive() const noexceptThiago Macieira2016-05-091-5/+8
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Document performance of QMutexOlivier Goffart2015-11-131-0/+7
* Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
* Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QMutex documentation saying some function are static while they are notOlivier Goffart2014-06-261-1/+1
* Use the new 3-operand testAndSet functions in QMutexThiago Macieira2014-04-051-6/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* QMutex: fix race on 'owner' in the recursive caseMarc Mutz2013-09-211-4/+11
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* Fix possible race in QMutexOlivier Goffart2013-04-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix some typosSergio Ahumada2012-12-211-2/+2
* Review of documentation.Michele Caini2012-10-131-2/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add comments to document the internals of QMutexOlivier Goffart2012-09-211-2/+47
* Move QRecursiveMutexPrivate to qmutex.cpp and mark inlineThiago Macieira2012-09-141-2/+15
* #include the qmutex_xxx.cpp at the end of qmutex.cppThiago Macieira2012-09-141-1/+10
* Split the timed mutex lock from the non-timed lock functionsThiago Macieira2012-09-141-0/+8
* Make QBasicMutex be exclusively non-recursiveThiago Macieira2012-09-141-20/+40
* Hoist the recursive mutex check out of the inner loopThiago Macieira2012-09-141-3/+9
* 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