summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QThread/Win: set the thread name on non-MSVC alsoGiuseppe D'Angelo2024-03-081-3/+11
* QThread: set the thread name on Windows even in release builds of QtGiuseppe D'Angelo2024-02-291-1/+1
* QThread: use SetThreadDescription on WindowsGiuseppe D'Angelo2024-02-291-36/+5
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-211-0/+1
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-0/+6
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-2/+2
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-1/+12
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QThread: avoid lock/relock an empty QMutexLockerGiuseppe D'Angelo2022-03-171-5/+9
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-211-1/+3
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-121-4/+4
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-031-2/+2
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-211-0/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-3/+3
* Remove winrtOliver Wolff2020-06-061-112/+9
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-2/+0
|\
| * QThread::setPriority() Warn about invalid parameter on all platformsFriedemann Kleint2020-01-271-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-3/+3
|\|
| * Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-3/+3
* | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-0/+2
|\
| * Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-6/+6
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-4/+4
|/
* 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