gatelib
2.1
|
Public Member Functions | |
MutexNamed (const char *aName, NamedSyncObjectCreationOptions_t aCreationOptions=g_create_always) | |
MutexNamed (const MutexNamed &) | |
virtual void | wait () |
virtual bool | wait (GTimeoutSec_t aTimeOutSec) |
virtual bool | tryWait () |
virtual void | release () |
![]() | |
bool | isOwner () const |
void * | getData () const |
const std::string & | getName () const |
bool | isAnonimous () const |
Additional Inherited Members | |
![]() | |
std::string | mName |
void * | mSyncObjectData |
bool | mIsOwner |