summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-1/+1
|\
| * Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-161-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-7/+32
|\|
| * Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-081-8/+12
| * QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-051-0/+21
* | threading support for winrtKamil Trzcinski2013-09-261-0/+9
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+1
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-0/+2
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+3
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-221-0/+6
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-1/+0
* QPostEventList: change pointer comparison to integer comparisonMarc Mutz2012-09-271-1/+1
* Workaround MSVC2008 build failure after switching to std::upper_boundGiuseppe D'Angelo2012-09-271-7/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+3
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+17
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-7/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Change event posting to use a QVector.Robin Burchell2011-12-301-5/+9
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-1/+0
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-0/+11