summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QtPrivate::ResultIteratorBase: use modernize comparisonsTatiana Borisova7 hours2-10/+9
* QThreadPool: store the expiryTimeout in a std::chrono typeThiago Macieira4 days2-5/+4
* QThreadPool: add waitForDone() based on QDeadlineTimerThiago Macieira4 days3-16/+28
* QThreadPool: wrap the #include <functional> in QT_CORE_REMOVED_SINCEThiago Macieira5 days1-0/+2
* QFuture::const_iterator: use modernize comparisonsTatiana Borisova5 days2-6/+10
* QThread/Unix: make QThreadPrivate::finish() be called much laterThiago Macieira6 days1-7/+7
* QThread/Doc: update the docs on setStackSize()Thiago Macieira6 days1-4/+12
* QtPrivate::Continuation: add missing Q_DISABLE_COPY(_MOVE)Marc Mutz11 days1-0/+1
* QThread: relax memory semantics from seq_cst on interruptionRequestedThiago Macieira11 days2-4/+4
* qfuture_impl.h: remove redundant declarationMarc Mutz13 days1-3/+0
* QThread: Use storeRelease when assigning the pointerJarek Kobus2024-04-291-1/+1
* QThread: Reuse isMainThread()Jarek Kobus2024-04-293-6/+6
* QThread: Introduce static isMainThread() helperJarek Kobus2024-04-264-4/+28
* QThread: Introduce isCurrentThreadFabian Kosmale2024-04-263-0/+38
* QFutureInterface: remove comment that was never trueMårten Nordheim2024-03-151-2/+1
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus2024-03-151-16/+10
* QFutureInterface: fix build with GCC14/C++20: template-id not allowedThiago Macieira2024-03-141-1/+1
* QThread/Win: set the thread name on non-MSVC alsoGiuseppe D'Angelo2024-03-081-3/+11
* QFutureInterface: Rename "interface" variables to "iface"Nodir Temirkhodjaev2024-03-051-13/+9
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-1/+1
* QThread: set the thread name on Windows even in release builds of QtGiuseppe D'Angelo2024-02-291-1/+1
* QThread: use SetThreadDescription on WindowsGiuseppe D'Angelo2024-02-291-36/+5
* Fix the instruction of RISC-V arch that yield CPUAlex Bu2024-02-281-3/+1
* QThread::currentThreadId: fix build on x32 (ILP32) ABIThiago Macieira2024-02-251-3/+3
* Change license of .qdoc filesLucie Gérard2024-02-021-1/+1
* QSemaphore::release: Revert "Optimize cond var notification"Thiago Macieira2024-01-121-4/+4
* [docs] Remove references to C++11 feature availabilityMarc Mutz2024-01-091-2/+2
* QFuture: immediately delete watcher after the context is destroyedIvan Solovev2024-01-091-1/+1
* wasm: fix single thread apps build QScopedScopeLevelCounterLorn Potter2023-12-281-0/+2
* wasm: fix single thread buildLorn Potter2023-12-221-0/+4
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-214-5/+19
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-5/+4
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-132-71/+39
* qYieldCpu: ensure we don't use asm statement with MSVC on ARMThiago Macieira2023-12-111-1/+1
* Doc: Change deprecation of QFuture::makeReadyFuture to 6.6Kai Köhne2023-12-043-21/+18
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-1/+1
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-1/+1
* Doc: Fix template information for QFutureWatcher membersLuca Di Sera2023-11-181-2/+2
* Doc: Fix template information for QFuture membersLuca Di Sera2023-11-181-16/+16
* Revert "QAtomic: remove the copy ctor and assignment operator"Volker Hilsheimer2023-10-253-7/+58
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-253-58/+7
* QThread/Unix: don't hardcode OSes for PThread cancellation supportThiago Macieira2023-10-171-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Doc: Add missing return type to QPromise::emplaceResult/emplaceResultAtLuca Di Sera2023-10-121-2/+2
* qfuture_impl.h: remove unused qpointer.h includeMarc Mutz2023-10-051-1/+0
* Doc: QtCore: Fix documentation issuesTopi Reinio2023-10-021-4/+4
* QFuture: fix headercheck warning with Clang 17: member shadowingThiago Macieira2023-09-261-11/+11
* QtFuture: Prevent whenAll()/whenAny() from creating reference cyclesArno Rehn2023-09-151-6/+9
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-1/+1
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-132-3/+5