summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qmutex_p.h
Commit message (Expand)AuthorAgeFilesLines
* QMutex: add QDeadlineTimer-based tryLocksThiago Macieira2023-05-111-1/+1
* QMutex/Unix: remove the pthread_mutex_t-based contentThiago Macieira2023-04-251-16/+1
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* QMutex: add missing includeAhmad Samir2023-03-051-0/+2
* Fix improper ELF versions of two more classesThiago Macieira2023-01-061-0/+2
* QMutex: remove qmutex_win.cppThiago Macieira2022-11-301-6/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-40/+4
* Implement futexes for WindowsThiago Macieira2021-02-131-5/+0
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-2/+4
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-9/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-031-1/+2
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-1/+1
* Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* qmutex_unix: use a semaphore when availableOlivier Goffart2016-01-041-3/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix typos in comments (qfreelist and qmutex)David Faure2014-05-261-1/+1
* Set some attributes on pthread condattrsThiago Macieira2013-01-281-0/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add comments to document the internals of QMutexOlivier Goffart2012-09-211-2/+7
* Move QRecursiveMutexPrivate to qmutex.cpp and mark inlineThiago Macieira2012-09-141-12/+0
* Make QBasicMutex be exclusively non-recursiveThiago Macieira2012-09-141-0/+1
* Mark mutex locking and unlocking functions with noexceptThiago Macieira2012-08-251-4/+4
* Rename Q_MUTEX_LINUX to QT_LINUX_FUTEXHarald Fernengel2012-02-211-3/+3
* Use standard unix mutexes on LSBHarald Fernengel2012-02-201-3/+9
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+2
* 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-10/+15
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-5/+5
* QMutex is now just a pointerOlivier Goffart2011-07-291-20/+50
* 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/+107