summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
* winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
* winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-081-2/+33
* Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-22/+18
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-4/+6
* Modernize the "thread" featureUlf Hermann2018-08-171-6/+6
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-7/+1
* Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-221-2/+8
* Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-9/+11
* Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-141-1/+1
* QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-261-2/+2
* Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-2/+2
* Use QBasicMutex in qthread_win.cppThiago Macieira2017-02-111-2/+2
* Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-021-2/+13
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-21/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-6/+0
|\
| * Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-6/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
* 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
* | Fix macro in qthread_winAndrew Knight2015-09-071-1/+1
* | qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-181-3/+3
|/
* Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-8/+51
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* winrt: Use native threadingAndrew Knight2014-06-251-144/+3
* WinRT: Don't use the native thread handle for waitingAndrew Knight2014-04-161-15/+6
* WinRT: Use native wait methods instead of std::thread's sleep_forAndrew Knight2014-03-061-4/+4
* WinRT: Fix use of std::thread in QThreadAndrew Knight2014-02-101-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-2/+2
|\
| * Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-161-2/+2
* | WinRT: Clean up core event dispatcherAndrew Knight2014-01-071-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-1/+5
|\|
| * qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2013-12-171-1/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\|
| * Windows: Close handle to thread checking for adopted threads.Friedemann Kleint2013-11-261-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+8
* | threading support for winrtKamil Trzcinski2013-09-261-2/+144
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+2
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-19/+13
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-5/+6
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-9/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2012-09-131-4/+4
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-1/+1