#include <Mutex.h>
Inheritance diagram for qpid::sys::Mutex:

Public Types | |
| typedef ScopedLock< Mutex > | ScopedLock |
| typedef ScopedUnlock< Mutex > | ScopedUnlock |
Public Member Functions | |
| void | lock () |
| void | unlock () |
| void | trylock () |
Protected Attributes | |
| pthread_mutex_t | mutex |
1.4.7