qt6-bb10/src/corelib/thread
Liang Qi 37d3bc9ad7 Merge remote-tracking branch 'origin/5.12.0' into 5.12
Change-Id: Ic1dd39044e19f50e1068d4ac70dacaad6440e570
2018-11-16 08:10:15 +01:00
..
qatomic.cpp doc: Add missing template text to \fn commands 2017-12-06 07:06:16 +00:00
qatomic.h doc: Add missing template text to \fn commands 2017-12-06 07:06:16 +00:00
qatomic_bootstrap.h Remove src/corelib/arch, merging with src/corelib/thread 2018-03-19 20:36:45 +00:00
qatomic_cxx11.h Remove src/corelib/arch, merging with src/corelib/thread 2018-03-19 20:36:45 +00:00
qatomic_msvc.h Revert "Atomics: remove qatomic_msvc.h" 2018-06-01 06:24:18 +00:00
qbasicatomic.h Revert "Atomics: remove qatomic_msvc.h" 2018-06-01 06:24:18 +00:00
qexception.cpp Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qexception.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qfutex_p.h Add the "we mean it" warning to qfutex_p.h 2017-09-22 15:52:42 +00:00
qfuture.h implement non-member operator+ for iterators 2018-03-06 22:04:37 +00:00
qfuture.qdoc Replace LGPL licenses in .qdoc files with FDL 2018-06-28 10:22:06 +00:00
qfutureinterface.cpp Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
qfutureinterface.h QFutureInterface::reportFinished use nullptr instead of 0 2018-07-05 15:22:35 +00:00
qfutureinterface_p.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qfuturesynchronizer.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qfuturesynchronizer.qdoc Replace LGPL licenses in .qdoc files with FDL 2018-06-28 10:22:06 +00:00
qfuturewatcher.cpp Clarify docs regarding the states of a QFutureWatcher with no future set 2018-09-24 10:32:49 +00:00
qfuturewatcher.h Merge remote-tracking branch 'origin/5.10' into dev 2018-01-02 09:58:44 +01:00
qfuturewatcher_p.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qgenericatomic.h Atomic: silence MSVC warning in the generic fetchAndSub 2018-03-19 20:36:36 +00:00
qmutex.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutex.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutex_linux.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutex_mac.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutex_p.h Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qmutex_unix.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutex_win.cpp QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
qmutexpool.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qmutexpool_p.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qorderedmutexlocker_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-01 06:02:55 +01:00
qreadwritelock.cpp qreadwritelock: Fix Q_ASSERT typo 2018-10-17 10:53:31 +00:00
qreadwritelock.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qreadwritelock_p.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qresultstore.cpp Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qresultstore.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qrunnable.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qrunnable.h Updated license headers 2016-01-15 12:25:24 +00:00
qsemaphore.cpp Doc: Move literal code block to a separate file 2018-10-15 10:55:18 +00:00
qsemaphore.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qthread.cpp Correctly document value of QThread::currentThreadId on Windows 2018-11-06 16:41:00 +00:00
qthread.h Merge QThread class definitions 2018-08-17 00:35:03 +00:00
qthread_p.h winrt: Explicitly set main thread in QCoreApplication's constructor 2018-10-08 05:34:28 +00:00
qthread_unix.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qthread_win.cpp winrt: Use SwitchToThread instead of Sleep(0) 2018-10-31 09:35:28 +00:00
qthreadpool.cpp Make QThreadPool::waitForDone more atomic 2018-11-12 13:00:56 +00:00
qthreadpool.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qthreadpool_p.h Make QThreadPool::waitForDone more atomic 2018-11-12 13:00:56 +00:00
qthreadstorage.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qthreadstorage.h qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.h 2018-08-24 12:00:23 +00:00
qwaitcondition.h Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qwaitcondition.qdoc QWaitCondition: add notify_one/notify_all, i.e. STL naming 2016-07-30 12:10:29 +00:00
qwaitcondition_unix.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qwaitcondition_win.cpp Windows code: Fix to prefer ranged-for, as clang-tidy advises 2018-09-02 16:05:39 +00:00
thread.pri Modernize the "thread" feature 2018-08-17 00:34:36 +00:00