summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
* | | QAtomic: introduce loadRelaxed() / storeRelaxed()Giuseppe D'Angelo2019-06-105-20/+113
* | | rtems: Enable Thread local storage supportMikhail Svetkin2019-06-061-0/+3
* | | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-293-7/+5
* | | Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-023-4/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-1/+1
| |\|
| | * Fix recursive includeAllan Sandfeld Jensen2019-04-041-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| |\|
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0322-333/+333
* | | More nullptr usage in headersKevin Funk2019-03-145-12/+12
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-0/+10
| |\|
| | * nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-204-4/+11
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-131-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-1/+3
| |\|
| | * Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
| * | Wasm: Implement QThread::idealThreadCount()v5.13.0-alpha1Morten Johan Sørvig2019-02-071-0/+5
* | | 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
|\|