summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Use QBasicMutex instead of QMutex in the signalSlockLock()Lars Knoll2019-02-081-6/+56
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-0/+24
|\
| * Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-6/+3
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-6/+3
| |\
| | * Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-132-41/+44
|\| |
| * | Make QThreadPool::waitForDone more atomicAllan Sandfeld Jensen2018-11-122-41/+44
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-052-2/+15
|/ /
* / winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
|/
* qreadwritelock: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-2/+2
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-25/+4
* winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-082-2/+36
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-3/+5
|\
| * Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5
* | Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* | No-thread: prevent double delete of QThreadPrivateMorten Johan Sørvig2018-09-251-0/+1
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-4/+2
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-22/+18
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-4/+6
* | qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.hFriedemann Kleint2018-08-241-1/+1
* | Merge QThread class definitionsMorten Johan Sørvig2018-08-173-31/+70
* | Modernize the "thread" featureUlf Hermann2018-08-1726-149/+105
* | Add QThreadStorage stub implementationMorten Johan Sørvig2018-08-171-0/+75
* | Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-144-15/+19
* | QFutureInterface::reportFinished use nullptr instead of 0Albert Astals Cid2018-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-43/+19
|\|
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-282-42/+18
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Make the stub implementation of QThread compile againUlf Hermann2018-06-223-10/+40
* | Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-223-2/+16
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-074-9/+511
|\|
| * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| * Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
* | Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* | Fix include style in qreadwritelock_p.hJoerg Bornemann2018-04-251-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-301-1/+1
|\|
| * QFutureWatcher: Refer to convenience method resultAt in documentationKari Oikarinen2018-03-281-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-216-57/+674
|\|
| * 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
| * Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-193-0/+574
| * Atomics: remove qatomic_msvc.hThiago Macieira2018-03-191-14/+2
| * Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+1