Low-level wrapper for a pthread_mutex_t.
More...
#include <PosixMutex.hxx>
Low-level wrapper for a pthread_mutex_t.
Definition at line 38 of file PosixMutex.hxx.
◆ PosixMutex() [1/2]
PosixMutex::PosixMutex |
( |
| ) |
|
|
inline |
◆ ~PosixMutex()
PosixMutex::~PosixMutex |
( |
| ) |
|
|
inline |
◆ PosixMutex() [2/2]
PosixMutex::PosixMutex |
( |
const PosixMutex & |
other | ) |
|
|
delete |
◆ lock()
void PosixMutex::lock |
( |
| ) |
|
|
inline |
◆ operator=()
◆ try_lock()
bool PosixMutex::try_lock |
( |
| ) |
|
|
inline |
◆ unlock()
void PosixMutex::unlock |
( |
| ) |
|
|
inline |
◆ PosixCond
The documentation for this class was generated from the following file: