![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qprocess_p.h>
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. | |
QMutex * | mutex () const noexcept |
Returns the mutex on which the QMutexLocker is operating. |
Definition at line 115 of file qprocess_p.h.
|
inline |
Definition at line 117 of file qprocess_p.h.
Referenced by QProcessEnvironmentPrivate::QProcessEnvironmentPrivate(), QProcessEnvironmentPrivate::nameToString(), and QProcessEnvironmentPrivate::prepareName().