Mutex lock.
More...
#include <qpid/sys/posix/Mutex.h>
List of all members.
Protected Attributes |
pthread_mutex_t | mutex |
boost::recursive_mutex | mutex |
Detailed Description
Mutex lock.
Definition at line 35 of file Mutex.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qpid::sys::Mutex::Mutex |
( |
| ) |
|
|
inline |
qpid::sys::Mutex::~Mutex |
( |
| ) |
|
|
inline |
qpid::sys::Mutex::Mutex |
( |
| ) |
|
|
inline |
qpid::sys::Mutex::~Mutex |
( |
| ) |
|
|
inline |
Member Function Documentation
void qpid::sys::Mutex::lock |
( |
| ) |
|
|
inline |
void qpid::sys::Mutex::lock |
( |
| ) |
|
|
inline |
bool qpid::sys::Mutex::trylock |
( |
| ) |
|
|
inline |
bool qpid::sys::Mutex::trylock |
( |
| ) |
|
|
inline |
void qpid::sys::Mutex::unlock |
( |
| ) |
|
|
inline |
void qpid::sys::Mutex::unlock |
( |
| ) |
|
|
inline |
Member Data Documentation
pthread_mutex_t qpid::sys::Mutex::mutex |
|
protected |
boost::recursive_mutex qpid::sys::Mutex::mutex |
|
protected |
The documentation for this class was generated from the following files: