MPD
0.20.6
|
Low-level wrapper for a pthread_mutex_t. More...
#include <PosixMutex.hxx>
Public Member Functions | |
PosixMutex () | |
~PosixMutex () | |
PosixMutex (const PosixMutex &other)=delete | |
PosixMutex & | operator= (const PosixMutex &other)=delete |
void | lock () |
bool | try_lock () |
void | unlock () |
Friends | |
class | PosixCond |
Low-level wrapper for a pthread_mutex_t.
Definition at line 38 of file PosixMutex.hxx.
|
inline |
Definition at line 51 of file PosixMutex.hxx.
|
inline |
Definition at line 55 of file PosixMutex.hxx.
|
delete |
|
inline |
Definition at line 63 of file PosixMutex.hxx.
|
delete |
|
inline |
Definition at line 67 of file PosixMutex.hxx.
|
inline |
Definition at line 71 of file PosixMutex.hxx.
|
friend |
Definition at line 39 of file PosixMutex.hxx.