qt5base-lts/src/corelib/thread
Joerg Bornemann c2ccb48560 Fix include style in qreadwritelock_p.h
...to make that file bootstrap-compatible.

Change-Id: Ic7c3b64cb27f3fd81f0140b6ee899310fa04f4c7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-04-25 09:46:15 +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.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
qbasicatomic.h Atomics: remove qatomic_msvc.h 2018-03-19 20:36:41 +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 doc: Add missing return types to \fn commands, fix mis-specified ones 2018-01-18 06:32:32 +00:00
qfutureinterface_p.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qfutureinterface.cpp Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
qfutureinterface.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 doc: Add missing template text and parameters 2017-12-02 09:38:12 +00:00
qfuturewatcher_p.h Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
qfuturewatcher.cpp QFutureWatcher: Refer to convenience method resultAt in documentation 2018-03-28 11:40:30 +00:00
qfuturewatcher.h Merge remote-tracking branch 'origin/5.10' into dev 2018-01-02 09:58:44 +01:00
qgenericatomic.h Atomic: silence MSVC warning in the generic fetchAndSub 2018-03-19 20:36:36 +00:00
qmutex_linux.cpp Move the futex implementation to a header 2017-09-18 17:39:08 +00:00
qmutex_mac.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qmutex_p.h Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qmutex_unix.cpp Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qmutex_win.cpp QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
qmutex.cpp doc: Correct remaining qdoc warnings in qmutex.cpp 2018-01-04 12:50:42 +00:00
qmutex.h doc: Correct remaining qdoc warnings in qmutex.cpp 2018-01-04 12:50:42 +00:00
qmutexpool_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +00:00
qmutexpool.cpp Revert "QMutexPool: avoid QVarLengthArray of QAtomicPointers" 2016-05-24 17:54:54 +00:00
qorderedmutexlocker_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-01 06:02:55 +01:00
qreadwritelock_p.h Fix include style in qreadwritelock_p.h 2018-04-25 09:46:15 +00:00
qreadwritelock.cpp QReadWriteLocker: Fix race in unlock 2017-02-17 16:21:20 +00:00
qreadwritelock.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +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 Merge remote-tracking branch 'origin/5.11' into dev 2018-04-10 01:00:26 +02:00
qsemaphore.h Merge remote-tracking branch 'origin/5.10' into dev 2017-11-23 09:36:03 +01:00
qthread_p.h Make QThreadPrivate::createEventDispatcher do exactly what it says 2018-02-14 14:18:09 +00:00
qthread_unix.cpp macOS: Remove qDebug silencer in qthread_unix.cpp 2018-02-19 13:16:42 +00:00
qthread_win.cpp Make QThreadPrivate::createEventDispatcher do exactly what it says 2018-02-14 14:18:09 +00:00
qthread.cpp doc: Fix all remaining non-link qdoc warnings 2018-01-20 13:54:22 +00:00
qthread.h doc: Fix all remaining non-link qdoc warnings 2018-01-20 13:54:22 +00:00
qthreadpool_p.h Merge remote-tracking branch 'origin/5.9' into 5.10 2017-10-16 22:21:52 +03:00
qthreadpool.cpp Merge remote-tracking branch 'origin/5.10' into dev 2017-10-24 13:40:55 +02:00
qthreadpool.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qthreadstorage.cpp doc: Correct remaining qdoc warnings in qthreadstorage.cpp 2018-01-04 12:49:49 +00:00
qthreadstorage.h Updated license headers 2016-01-15 12:25:24 +00:00
qwaitcondition_unix.cpp Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qwaitcondition_win.cpp Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qwaitcondition.h Port QWaitCondition to QDeadlineTimer 2018-03-03 20:53:26 +00:00
qwaitcondition.qdoc QWaitCondition: add notify_one/notify_all, i.e. STL naming 2016-07-30 12:10:29 +00:00
thread.pri Remove src/corelib/arch, merging with src/corelib/thread 2018-03-19 20:36:45 +00:00