summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qsemaphore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-25/+4
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-3/+7
|\|
| * QSemaphore: Fix 64-bit Linux QSemaphores initialized to non-zeroThiago Macieira2018-04-061-3/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-311-13/+20
|\|
| * QSemaphore: attempt to fix again the 64-bit Linux semaphoreThiago Macieira2018-03-291-13/+20
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-43/+95
|\|
| * QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-43/+88
* | Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-031-4/+2
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-2/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-3/+5
| |\
| | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-3/+5
* | | QSemaphore: Fix futexMultiWaiterBit for 32bit systemsUlf Hermann2017-11-041-1/+2
* | | QSemaphore: Improve waking up on 64-bit LinuxThiago Macieira2017-10-231-26/+101
* | | Port QSemaphore to use futexesThiago Macieira2017-09-181-5/+126
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-13/+12
|\|
| * Switch QSemaphore::tryAcquire to using QDeadlineTimerAllan Sandfeld Jensen2017-07-021-13/+12
* | Long live QSemaphoreReleaser!Marc Mutz2017-02-141-2/+151
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-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
* 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/+240