qt5base-lts/tests/auto/corelib/thread/qmutex
Marc Mutz 95310aac6d Short live QRecursiveMutex!
Move the recursive mutex use case out of QMutex into a separate class,
unsurprisingly called QRecursiveMutex. As an immediate benefit, 90% of
the QMutex users now enjoy a constexpr QMutex ctor.

This change prepares for a real split in Qt 6, so that both use-cases
are no longer bundled up in one class.

[ChangeLog][QtCore][QMutex] Added QRecursiveMutex as a replacement of
QMutex(QMutex::Recursive).

Change-Id: I79b8724e8a8ee65e4bd0f06acd76103fe4197b8c
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-07-06 11:22:16 +02:00
..
.gitignore
qmutex.pro Use QElapsedTimer in tst_qmutex 2016-07-22 23:18:27 +00:00
tst_qmutex.cpp Short live QRecursiveMutex! 2019-07-06 11:22:16 +02:00