summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Mark ResultStoreBase as finalSona Kurazyan2022-01-241-1/+1
* QFuture: add a missing include for qpromise.hSona Kurazyan2022-01-242-5/+9
* Add a note for making ResultStoreBase's internal members privateSona Kurazyan2022-01-211-1/+2
* Optimize ContinuationWrapper used for support of move-only continuationsSona Kurazyan2022-01-212-4/+12
* Create QFutures returned by QtFuture::when* methods via QPromiseSona Kurazyan2022-01-211-10/+10
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-211-136/+102
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-213-3/+24
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-212-2/+6
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-203-4/+4
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-132-6/+10
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-123-6/+16
* QFutureCallOutInterface: de-inline dtorMarc Mutz2022-01-052-1/+3
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-033-6/+6
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* Eradicate Q_FOREVER from header filesMarc Mutz2021-12-281-5/+5
* QThread::idealThreadCount: use the thread affinity setThiago Macieira2021-12-162-7/+43
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-7/+45
* Enable other integer sizes in the bootstrap library's QAtomicIntegerThiago Macieira2021-12-111-0/+8
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+16
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-011-8/+43
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* Mention QtFuture::when* functions in QFuture's docsSona Kurazyan2021-11-261-4/+7
* Add support for combining multiple QFuturesSona Kurazyan2021-11-203-0/+421
* Re-apply "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(conditi...Marc Mutz2021-11-202-22/+25
* QReadWriteLock: replace a QHash with a QVarLengthArray<., 16>Marc Mutz2021-11-162-7/+24
* QFuture: extend the docs to explain how to cancel continuation chainSona Kurazyan2021-11-151-0/+24
* Update documentation of QFuture continuationsSona Kurazyan2021-11-151-19/+44
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-134-4/+37
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-3/+8
* corelib: Fix typos in documentationJonas Kvinge2021-10-126-9/+9
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-124-5/+5
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* Optimize QPromise destructorSona Kurazyan2021-10-083-8/+33
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-062-0/+54
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-012-40/+54
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* QThreadPrivate: Remove threadForIdFabian Kosmale2021-09-221-3/+0
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-191-2/+2
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+5
* Doc: fix qdoc warning from wrong function prototypesVolker Hilsheimer2021-09-061-4/+4
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* wasm: enable the new event dispatcher for qtcoreMorten Johan Sørvig2021-08-271-0/+4
* Improve docs for QFuture continuationsSona Kurazyan2021-08-101-43/+47
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-041-0/+3
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+8
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-23/+15