Marine Library
1.0
C++ library for Linux Networking Development
|
Public Member Functions | |
CMutex (const CMutexAttr &attr) throw (std::runtime_error) | |
void | lock () volatile throw (std::runtime_error) |
bool | tryLock () volatile |
bool | timeLock (uint32_t timeMs) volatile |
void | unlock () volatileconst throw (std::runtime_error) |
Friends | |
class | CCondition |