summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\
| * QtCore: include mocsThiago Macieira2017-05-051-0/+2
* | QThread: add static create functionGiuseppe D'Angelo2017-04-241-0/+45
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\
| * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
* | Increase the default stack size on INTEGRITYKimmo Ollila2017-01-231-0/+8
|/
* QThread: make it fatal to destroy a running QThreadGiuseppe D'Angelo2016-07-191-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-5/+1
|\
| * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-301-5/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+3
|\|
| * Fix link to sched_setscheduler in QThread documentationMitch Curtis2016-03-161-2/+3
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-1/+1
|\ \
| * | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-1/+1
* | | QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
|/ /
* | 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
|/
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+26
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* Add missing \since tag for the documentation for loopLevel()Andy Shaw2015-03-121-0/+1
* (Re)introduce loopLevel into QThreadAndy Shaw2015-03-091-0/+13
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: Fix typosSze Howe Koh2015-01-191-2/+2
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-14/+15
|\
| * Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-211-14/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-5/+5
|\|
| * Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-081-2/+2
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* | threading support for winrtKamil Trzcinski2013-09-261-0/+2
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-1/+59
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-0/+10
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+1