summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_p.h
Commit message (Expand)AuthorAgeFilesLines
* QThreadStorage: ensure global static exists when finish() is calledThiago Macieira2025-04-111-5/+6
* QThread: explicitly clear posted events during destructionVolker Hilsheimer2025-04-111-0/+2
* Revert "Add categorized logging of delete later machinery"Thiago Macieira2025-01-061-2/+5
* Q*Application: move the compressEvent() virtual to the Private classThiago Macieira2024-12-131-0/+1
* QThreadData: make current() inline with a noexcept likely portionThiago Macieira2024-11-261-1/+10
* QThreadData: refactor current() now that it never returns nullThiago Macieira2024-11-261-1/+1
* QThreadData: inline ref() and deref()Thiago Macieira2024-11-211-3/+15
* QThreadData: repack members for efficiencyThiago Macieira2024-11-211-7/+7
* QThreadData: make the constructor inline and use NSDMIThiago Macieira2024-11-211-7/+11
* QThread: merge some Unix/Windows/no-thread code for QAdoptedThreadThiago Macieira2024-11-141-1/+1
* QThread/Win: remove QThreadPrivate::id memberThiago Macieira2024-11-141-1/+0
* QThread/Unix: implement joining of the launched thread, if we canThiago Macieira2024-11-031-1/+3
* Add thread Quality of Service APIMårten Nordheim2024-10-301-0/+6
* QThread: avoid unlock/lock/unlock in ~QThread if state is FinishingThiago Macieira2024-10-281-0/+2
* QThread: make finish() and cleanup() non-static membersThiago Macieira2024-10-281-3/+3
* QThread/Unix: refactor to split QThreadPrivate::finish() in two phasesThiago Macieira2024-10-281-3/+3
* QThread: fix race condition between parallel terminate() callsMarc Mutz2024-07-171-0/+3
* QThread: initialize interruptionRequested atomicVolker Hilsheimer2024-07-111-1/+1
* QThread: replace three booleans with one state variableThiago Macieira2024-07-091-8/+14
* QThread: mark is(Main|Current)Thread() noexceptMarc Mutz2024-06-121-1/+1
* QThread: Introduce isCurrentThreadFabian Kosmale2024-04-261-0/+1
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-211-5/+2
* tst_QThread: Unbreak UBSan buildMarc Mutz2023-07-131-1/+1
* Fix improper ELF versions of two more classesThiago Macieira2023-01-061-0/+1
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+3
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-221-17/+1
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-261-6/+9
* Fix race conditions in moveToThreadFabian Kosmale2022-05-241-24/+82
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-05-191-2/+2
* QObject: Turn flaggedSignatures into a thread_local staticMarc Mutz2022-05-171-21/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+33
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-121-0/+7
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-031-1/+1
* QThreadPrivate: Remove threadForIdFabian Kosmale2021-09-221-3/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-4/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-7/+5
* Remove winrtOliver Wolff2020-06-061-13/+0
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+3
|\
| * wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-081-0/+3
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* | More nullptr usage in headersKevin Funk2019-03-141-6/+6
|/
* winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-081-0/+3
* Merge QThread class definitionsMorten Johan Sørvig2018-08-171-0/+1
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+6
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-1/+9
* Make the stub implementation of QThread compile againUlf Hermann2018-06-221-2/+5