Marine Library
1.0
C++ library for Linux Networking Development
|
Public Member Functions | |
CRWLock (const CRWLockAttr &attr) throw (std::runtime_error) | |
void | readLock () const volatile throw (std::runtime_error) |
bool | tryReadLock () const volatile |
bool | timeReadLock (uint32_t timeMs) const volatile |
void | writeLock () volatile throw (std::runtime_error) |
bool | tryWriteLock () volatile |
bool | timeWriteLock (uint32_t timeMs) volatile |
void | unlock () const volatile throw (std::runtime_error) |