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
QProcessEnvironmentPrivate::NameMapMutexLocker Struct Reference

#include <qprocess_p.h>

+ Inheritance diagram for QProcessEnvironmentPrivate::NameMapMutexLocker:
+ Collaboration diagram for QProcessEnvironmentPrivate::NameMapMutexLocker:

Public Member Functions

 NameMapMutexLocker (const QProcessEnvironmentPrivate *d)
 
- Public Member Functions inherited from QMutexLocker< QMutex >
Q_NODISCARD_CTOR QMutexLocker (QMutex *) noexcept
 Constructs a QMutexLocker and locks mutex.
 
 ~QMutexLocker () noexcept
 Destroys the QMutexLocker and unlocks the mutex that was locked in the constructor.
 
void unlock () noexcept
 Unlocks this mutex locker.
 
void relock () noexcept
 Relocks an unlocked mutex locker.
 
QMutexmutex () const noexcept
 Returns the mutex on which the QMutexLocker is operating.
 

Detailed Description

Definition at line 114 of file qprocess_p.h.

Constructor & Destructor Documentation

◆ NameMapMutexLocker()

QProcessEnvironmentPrivate::NameMapMutexLocker::NameMapMutexLocker ( const QProcessEnvironmentPrivate * d)
inline

Definition at line 116 of file qprocess_p.h.


The documentation for this struct was generated from the following file: