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
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 115 of file qprocess_p.h.

Constructor & Destructor Documentation

◆ NameMapMutexLocker()

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

Definition at line 117 of file qprocess_p.h.

Referenced by QProcessEnvironmentPrivate::QProcessEnvironmentPrivate(), QProcessEnvironmentPrivate::nameToString(), and QProcessEnvironmentPrivate::prepareName().

Here is the caller graph for this function:

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