summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* no-thread: enable using QFutureMorten Sørvig2025-06-241-0/+9
* QAbstractEventDispatcher: prevent too late unregistering of timersThiago Macieira2025-05-251-1/+1
* QThread: explicitly clear posted events during destructionVolker Hilsheimer2025-04-111-4/+10
* QThread/Doc: improve docs on running, finished, and the OS threadThiago Macieira2025-03-291-0/+21
* Revert "Add categorized logging of delete later machinery"Thiago Macieira2025-01-061-15/+0
* QThread: Link to QThreadPool::(set)serviceLevelMårten Nordheim2024-12-181-3/+3
* QObjectData: relax accesses to postedEventsThiago Macieira2024-12-051-1/+1
* QThread: document the QualityOfService enumVolker Hilsheimer2024-12-031-0/+21
* QThreadData: make current() inline with a noexcept likely portionThiago Macieira2024-11-261-5/+9
* QThreadData: refactor current() now that it never returns nullThiago Macieira2024-11-261-2/+2
* QThreadData: inline ref() and deref()Thiago Macieira2024-11-211-16/+0
* QThreadData: make the constructor inline and use NSDMIThiago Macieira2024-11-211-8/+0
* QPostEventList: use qsizetype to count posted eventsThiago Macieira2024-11-201-1/+1
* QAdoptedThread: bypass signal notification on an un-observable QObjectThiago Macieira2024-11-141-1/+3
* QThread: merge some Unix/Windows/no-thread code for QAdoptedThreadThiago Macieira2024-11-141-9/+16
* QThread: move the identical Unix+Windows wait() functions to qthread.cppThiago Macieira2024-11-141-0/+13
* QThread/Win: remove QThreadPrivate::id memberThiago Macieira2024-11-141-1/+0
* QThread/Win: replace the adopted thread watcher with a thread_localThiago Macieira2024-11-141-6/+0
* no-thread: add QThread::isMainThread() definitionMorten Sørvig2024-11-141-0/+5
* Doc: Clarify run() and started() order in QThreadSafiyyah Moosa2024-11-051-2/+5
* QThread/Unix: implement joining of the launched thread, if we canThiago Macieira2024-11-031-1/+0
* Add thread Quality of Service APIMårten Nordheim2024-10-301-0/+40
* QThread: avoid unlock/lock/unlock in ~QThread if state is FinishingThiago Macieira2024-10-281-5/+2
* QThread: reorganize and clean up #includesThiago Macieira2024-10-281-9/+4
* QThread: print thread name in the warning messageVladimir Belyavsky2024-09-101-1/+1
* QThread: replace three booleans with one state variableThiago Macieira2024-07-091-15/+11
* QCoreApplication: give theMainThread an objectName to aid debuggingMitch Curtis2024-07-041-1/+3
* QThread: mark is(Main|Current)Thread() noexceptMarc Mutz2024-06-121-4/+4
* QThread/Doc: update the docs on setStackSize()Thiago Macieira2024-05-071-4/+12
* QThread: Reuse isMainThread()Jarek Kobus2024-04-291-4/+4
* QThread: Introduce static isMainThread() helperJarek Kobus2024-04-261-3/+23
* QThread: Introduce isCurrentThreadFabian Kosmale2024-04-261-0/+35
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-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-211-0/+15
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-5/+4
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-1/+1
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-131-1/+2
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-131-2/+2
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-2/+0
* QtCore: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-241-1/+3
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-13/+23
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+22
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-1/+2
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-221-0/+23
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-261-3/+5
* Fix race conditions in moveToThreadFabian Kosmale2022-05-241-8/+52
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3