qt6-bb10/src/corelib/thread
Oswald Buddenhagen 27c87e31dd Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them"
This reverts commit 40cbf1927b -
the qmake parser bug this worked around has been fixed.

As a side effect, the platform conditionals were simplified.

Change-Id: Ibfc1253e3c2252ab954c725a9effd6e719cb691c
Reviewed-by: Edward Welbourne <edward.welbourne@theqtcompany.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2016-03-07 14:09:45 +00: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 QtConcurrent: Avoid an allocation in ExceptionHolder if there is no exception to store. 2016-01-13 22:06:25 +00:00
qexception.h Add Qt6 TODO to remove copy-assign operator and copy-ctor 2016-01-12 23:52:35 +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 QFutureInterface: add missing mutex lock to progress getters 2016-01-19 06:21:34 +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 QFutureInterface: add missing mutex lock to progress getters 2016-01-19 06:21:34 +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 QOrderedMutexLocker: use std::less to prevent undefined behavior 2016-01-18 12:20:47 +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 OS X: Add opt-in for CoreFoundation event dispatcher 2015-11-19 16:04:56 +00:00
qthread_win.cpp winrt: Fix API usage certification 2016-01-11 10:06:40 +00:00
qthreadpool.cpp QPair<QRunnable*, int> is too large for QList to be efficient-ish. 2016-01-07 07:59:37 +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 QPair<QRunnable*, int> is too large for QList to be efficient-ish. 2016-01-07 07:59:37 +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 Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them" 2016-03-07 14:09:45 +00:00