summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the stub implementation of QThread compile againUlf Hermann2018-06-221-8/+32
* Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
* doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-201-2/+2
* doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-181-2/+2
* Optimize QThread::isInterruptionRequested()Marc Mutz2017-11-301-4/+8
* QThread::requestInterruption(): move qWarning() out of critical sectionMarc Mutz2017-11-301-4/+4
* Add a comment about the weird refcount for adopted QThreadDataThiago Macieira2017-10-271-0/+7
* Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-061-2/+2
* QThread::create: move implementation out of lineGiuseppe D'Angelo2017-09-241-0/+24
* Correct QThread::idealThreadCount() docsMorten Johan Sørvig2017-08-021-1/+1