summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-2/+2
* Optimize QThread::isInterruptionRequested()Marc Mutz2017-11-301-1/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-261-2/+2
* Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+0
|\
| * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-301-1/+0
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-5/+6
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-221-1/+1
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+9
|/
* Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-9/+0
* WinRT: fix namespaced buildJoerg Bornemann2015-05-161-4/+10
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* winrt: Use native threadingAndrew Knight2014-06-251-10/+13