Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qlocking_p.h File Reference

(b6e30e9fee98f9cdfec4c54c980864f65632519c)

#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)