![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qmutex.h>#include <QtCore/private/qglobal_p.h>#include <mutex>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| template<typename Mutex, typename Lock = std::lock_guard <typename std::decay<Mutex>::type>> | |
| Lock | QT_BEGIN_NAMESPACE::qt_scoped_lock (Mutex &mutex) |
| template<typename Mutex, typename Lock = std::unique_lock<typename std::decay<Mutex>::type>> | |
| Lock | QT_BEGIN_NAMESPACE::qt_unique_lock (Mutex &mutex) |
| template<typename Mutex, typename Lock = std::unique_lock<typename std::decay<Mutex>::type>> | |
| Lock | QT_BEGIN_NAMESPACE::qt_unique_lock (Mutex *mutex) |