summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QProperty: fix threading issuesFabian Kosmale2022-03-102-0/+43
* QMutexLocker: code tidiesGiuseppe D'Angelo2022-03-091-13/+15
* Fix deprecated uses of QScopedPointerMÃ¥rten Nordheim2022-03-081-4/+5
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-243-1/+3
* Remove mentions of QtConcurrent::runWithPromise from docsSona Kurazyan2022-02-111-1/+3
* Export QFutureCallOutInterface to allow external useSona Kurazyan2022-02-091-1/+1
* Use acq_rel ordering semantics in qatomic_cxx11.h ref/derefFabian Kosmale2022-02-051-2/+16
* Fix a typo in QFutureWatcher docsSona Kurazyan2022-02-041-1/+1
* Better document attaching a QFutureWatcher to a started QFutureAndreas Hartmetz2022-02-021-3/+9
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-01-311-12/+1
* 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