summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QFutureInterface: remove comment that was never trueMårten Nordheim4 days1-2/+1
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus4 days1-16/+10
* QFutureInterface: fix build with GCC14/C++20: template-id not allowedThiago Macieira5 days1-1/+1
* QThread/Win: set the thread name on non-MSVC alsoGiuseppe D'Angelo11 days1-3/+11
* QFutureInterface: Rename "interface" variables to "iface"Nodir Temirkhodjaev14 days1-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
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-131-2/+2
* Optimize cond var notificationArtem Dyomin2023-09-131-2/+4
* Doc: Fix documentation issuesTopi Reinio2023-09-112-2/+2
* qthreadpool: use const methods moreAnton Kudryavtsev2023-09-081-2/+2
* Remove the unix dispatcher from WASM buildsMikolaj Boc2023-08-221-1/+3
* QRecursiveMutex: make tryLock(QDeadlineTimer) the default (was: int)Marc Mutz2023-08-191-2/+2
* Remove redundant qelapsedtimer.h #includeSAhmad Samir2023-08-114-4/+0
* CMake: remove check for cxx11_futureThiago Macieira2023-08-022-12/+2
* Make qYieldCpu() public APIThiago Macieira2023-07-254-1/+126
* QFutureInterface: port to new SlotObjUniquePtrMarc Mutz2023-07-191-5/+1
* QMutex: add missing <chrono> includeIvan Solovev2023-07-181-0/+2
* QSemaphore: add missing <chrono> includeIvan Solovev2023-07-181-0/+2
* tst_QThread: Unbreak UBSan buildMarc Mutz2023-07-131-1/+1
* QBasicFutureWatcher: get rid of the PrivateMarc Mutz2023-07-131-23/+12