qpid::sys::PODMutex Struct Reference
PODMutex is a POD, can be static-initialized with
PODMutex m = QPID_PODMUTEX_INITIALIZER.
More...
#include <Mutex.h>
List of all members.
|
Public Types |
typedef
::qpid::sys::ScopedLock
< PODMutex > | ScopedLock |
Public Member Functions |
void | lock () |
void | unlock () |
bool | trylock () |
Public Attributes |
pthread_mutex_t | mutex |
Detailed Description
PODMutex is a POD, can be static-initialized with
PODMutex m = QPID_PODMUTEX_INITIALIZER.
The documentation for this struct was generated from the following file:
- /home/jross/checkouts/qpid/cpp/src/qpid/sys/posix/Mutex.h