summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: QThread: clarify that start() always creates the event dispatcherThiago Macieira2022-03-311-2/+5
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-2/+2
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+10
* QThread::idealThreadCount: use the thread affinity setThiago Macieira2021-12-161-3/+14
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+16
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-211-1/+0
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-1/+1
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-2/+0
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Inline one method as per ###Qt6Lars Knoll2020-09-121-6/+0
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-23/+0
* QThread: Fix unnecessary stricter accesses to QThreadData::threadThiago Macieira2020-06-251-6/+6
* Remove winrtOliver Wolff2020-06-061-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+2
|\
| * No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+5
|\|
| * QThread::setPriority() Warn about invalid parameter on all platformsFriedemann Kleint2020-01-271-1/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+3
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-7/+23
|\|
| * Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-7/+23
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-0/+10
|\|
| * no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt2019-10-281-0/+10
* | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-201-1/+1
|/
* Fix more implicit QAtomic<T> <-> T conversionsMarc Mutz2019-07-161-4/+4
* rtems: Add environment variable for configure default thread stack sizeMikhail Svetkin2019-07-011-0/+5
* Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-6/+6
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
|/
* nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
* Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
* No-thread: prevent double delete of QThreadPrivateMorten Johan Sørvig2018-09-251-0/+1
* Merge QThread class definitionsMorten Johan Sørvig2018-08-171-0/+69
* Modernize the "thread" featureUlf Hermann2018-08-171-8/+8
* Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-0/+8