![]() |
Qt 6.x
The Qt SDK
|
#include <qprocess_p.h>
Public Member Functions | |
NameMapMutexLocker (const QProcessEnvironmentPrivate *d) | |
![]() | |
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 114 of file qprocess_p.h.
|
inline |
Definition at line 116 of file qprocess_p.h.