qt6-bb10/src/corelib/thread
Liang Qi 1ed7a67a4c Merge remote-tracking branch 'origin/5.6' into dev
Conflicts:
	src/corelib/kernel/qcoreapplication.cpp
	src/corelib/thread/qthread_unix.cpp

Change-Id: Ia08d613c3f0bd08cb6dc3e3a57257207dfd4a099
2015-11-23 07:13:00 +01:00
..
qatomic.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qatomic.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbasicatomic.h Merge remote-tracking branch 'origin/5.5' into 5.6 2015-11-17 07:14:16 +01:00
qexception.cpp QException: fix exception specification 2015-06-17 13:22:50 +00:00
qexception.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qfuture.h Update copyright headers 2015-02-11 06:49:51 +00:00
qfuture.qdoc Doc: Fix qdoc warnings about missing \inmodule 2015-08-04 13:06:56 +00:00
qfutureinterface.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qfutureinterface.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qfutureinterface_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qfuturesynchronizer.h Update copyright headers 2015-02-11 06:49:51 +00:00
qfuturesynchronizer.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qfuturewatcher.cpp Moved a comment to where it belongs. 2015-09-30 18:25:58 +00:00
qfuturewatcher.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qfuturewatcher_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qgenericatomic.h Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h. 2015-08-11 11:00:31 +00:00
qmutex.cpp Document performance of QMutex 2015-11-13 15:05:08 +00:00
qmutex.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qmutex_linux.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmutex_mac.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmutex_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qmutex_unix.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmutex_win.cpp Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possible 2015-06-16 06:40:27 +00:00
qmutexpool.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmutexpool_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qorderedmutexlocker_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qreadwritelock.cpp Revert "Fix performance of recursive read-write locks" 2015-07-31 07:38:17 +00:00
qreadwritelock.h Update copyright headers 2015-02-11 06:49:51 +00:00
qreadwritelock_p.h Revert "Fix performance of recursive read-write locks" 2015-07-31 07:38:17 +00:00
qresultstore.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qresultstore.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qrunnable.cpp QRunnable: declare dtor out-of-line and export class 2015-06-02 21:50:06 +00:00
qrunnable.h QRunnable: add Q_DISABLE_COPY 2015-06-02 21:51:05 +00:00
qsemaphore.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qsemaphore.h Update copyright headers 2015-02-11 06:49:51 +00:00
qthread.cpp Add a way for auxiliary threads to handle events without CoreApp 2015-07-18 02:24:59 +00:00
qthread.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qthread_p.h Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-02 16:59:55 +02:00
qthread_unix.cpp Merge remote-tracking branch 'origin/5.6' into dev 2015-11-23 07:13:00 +01:00
qthread_win.cpp Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-02 16:59:55 +02:00
qthreadpool.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qthreadpool.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qthreadpool_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qthreadstorage.cpp Fix two data races in QThread/QThreadData 2015-09-22 07:55:03 +00:00
qthreadstorage.h Update copyright headers 2015-02-11 06:49:51 +00:00
qwaitcondition.h Update copyright headers 2015-02-11 06:49:51 +00:00
qwaitcondition.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qwaitcondition_unix.cpp Haiku: Fix QWaitCondition on Haiku 2015-07-08 18:01:07 +00:00
qwaitcondition_win.cpp Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possible 2015-06-16 06:40:27 +00:00
thread.pri Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them 2015-08-06 07:35:13 +00:00