|
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 () |
Public Member Functions inherited from g::mthread::ISyncObject | |
| bool | isOwner () const |
| void * | getData () const |
| const std::string & | getName () const |
| bool | isAnonimous () const |
Additional Inherited Members | |
Protected Attributes inherited from g::mthread::ISyncObject | |
| std::string | mName |
| void * | mSyncObjectData |
| bool | mIsOwner |
1.8.9.1