qt6-bb10/src/corelib/thread
Liang Qi d0eaa737e1 Merge remote-tracking branch 'origin/5.5' into 5.6
Conflicts:
	qmake/doc/src/qmake-manual.qdoc
	src/corelib/tools/qstring.h
	src/gui/image/qimagereader.cpp
	src/network/access/qnetworkaccessmanager.cpp
	src/tools/qdoc/doc/examples/examples.qdoc
	src/widgets/accessible/qaccessiblewidgetfactory_p.h
	src/widgets/doc/qtwidgets.qdocconf

Change-Id: I8fae62283aebefe24e5ca4b4abd97386560c0fcb
2015-10-02 16:59:55 +02: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 Add missing fetchAndXxx methods to atomic classes based on std::atomic 2015-03-05 00:05:00 +00: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 Free the QFreeList object allocated memory on exit 2015-09-22 23:32:05 +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.5' into 5.6 2015-10-02 16:59:55 +02: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