PODMutex is a POD, can be static-initialized with PODMutex m = QPID_PODMUTEX_INITIALIZER.
More...
#include <qpid/sys/posix/Mutex.h>
List of all members.
Public Attributes |
| pthread_mutex_t | mutex |
| boost::recursive_mutex | mutex |
Detailed Description
PODMutex is a POD, can be static-initialized with PODMutex m = QPID_PODMUTEX_INITIALIZER.
Definition at line 81 of file Mutex.h.
Member Typedef Documentation
Member Function Documentation
| void qpid::sys::PODMutex::lock |
( |
| ) |
|
|
inline |
| void qpid::sys::PODMutex::lock |
( |
| ) |
|
|
inline |
| bool qpid::sys::PODMutex::trylock |
( |
| ) |
|
|
inline |
| bool qpid::sys::PODMutex::trylock |
( |
| ) |
|
|
inline |
| void qpid::sys::PODMutex::unlock |
( |
| ) |
|
|
inline |
| void qpid::sys::PODMutex::unlock |
( |
| ) |
|
|
inline |
Member Data Documentation
| pthread_mutex_t qpid::sys::PODMutex::mutex |
| boost::recursive_mutex qpid::sys::PODMutex::mutex |
The documentation for this struct was generated from the following files: