Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlocking_p.h File Reference

(a795b442638f35faab15c1b6d06d268948865f56)

#include <QtCore/qmutex.h>
#include <QtCore/private/qglobal_p.h>
#include <mutex>
Include dependency graph for qlocking_p.h:
This graph shows which files directly or indirectly include this file:

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)