qt6-bb10/src/corelib/thread
Ulf Hermann 99245e9576 Avoid zero-as-nullpointer warnings in QThread
Change-Id: I3fd557a54d63c2dcabe58fab65326538896d02a2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2017-01-04 16:17:44 +00:00
..
qatomic.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-25 14:03:45 +02:00
qatomic.h Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
qbasicatomic.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-23 09:24:36 +01:00
qexception.cpp Merge remote-tracking branch 'origin/5.6' into dev 2016-01-21 08:17:21 +01:00
qexception.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-21 08:17:21 +01:00
qfuture.h QFuture(Interface): remove unneeded special member functions 2016-08-13 05:34:51 +00:00
qfuture.qdoc Updated license headers 2016-01-15 12:25:24 +00:00
qfutureinterface.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-23 09:24:36 +01:00
qfutureinterface.h QFuture(Interface): remove unneeded special member functions 2016-08-13 05:34:51 +00:00
qfutureinterface_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-24 10:31:21 +01:00
qfuturesynchronizer.h Updated license headers 2016-01-15 12:25:24 +00:00
qfuturesynchronizer.qdoc Updated license headers 2016-01-15 12:25:24 +00:00
qfuturewatcher.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qfuturewatcher.h Updated license headers 2016-01-15 12:25:24 +00:00
qfuturewatcher_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qgenericatomic.h Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
qmutex.cpp QMutex: small doc fixes 2016-11-29 12:27:07 +00:00
qmutex.h QMutex: make sure we try_lock_for no shorter than the duration passed 2016-11-22 11:32:35 +00:00
qmutex_linux.cpp Fix use of QMutex on Linux before FUTEX_PRIVATE_FLAG was added 2016-05-26 18:31:22 +00:00
qmutex_mac.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qmutex_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qmutex_unix.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qmutex_win.cpp QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
qmutexpool.cpp Revert "QMutexPool: avoid QVarLengthArray of QAtomicPointers" 2016-05-24 17:54:54 +00:00
qmutexpool_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +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 fast path for tryLock without timeout 2016-07-15 06:33:56 +00:00
qreadwritelock.h Optimized implementation of QReadWriteLock 2016-03-11 13:32:13 +00:00
qreadwritelock_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qresultstore.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qresultstore.h Updated license headers 2016-01-15 12:25:24 +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 Updated license headers 2016-01-15 12:25:24 +00:00
qsemaphore.h Updated license headers 2016-01-15 12:25:24 +00:00
qthread.cpp QThread: make it fatal to destroy a running QThread 2016-07-19 11:28:55 +00:00
qthread.h Avoid zero-as-nullpointer warnings in QThread 2017-01-04 16:17:44 +00:00
qthread_p.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
qthread_unix.cpp Add support for Apple watchOS 2016-08-19 21:05:55 +00:00
qthread_win.cpp Windows: stop using _beginthreadex on regular builds 2016-06-02 22:16:47 +00:00
qthreadpool.cpp CoreLib: use const (and const APIs) more 2016-04-18 04:49:19 +00:00
qthreadpool.h Updated license headers 2016-01-15 12:25:24 +00:00
qthreadpool_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qthreadstorage.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qthreadstorage.h Updated license headers 2016-01-15 12:25:24 +00:00
qwaitcondition.h QWaitCondition: add notify_one/notify_all, i.e. STL naming 2016-07-30 12:10:29 +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 Optimized implementation of QReadWriteLock 2016-03-11 13:32:13 +00:00
qwaitcondition_win.cpp Merge remote-tracking branch 'origin/5.7' into dev 2016-05-03 15:49:15 +02: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