instances of DtMutex are used to provide a platform independent mutual exclusion mechanism
More...
instances of DtMutex are used to provide a platform independent mutual exclusion mechanism
| DtMutex::DtMutex |
( |
const DtMutex & |
orig | ) |
|
|
protected |
| virtual DtMutex::~DtMutex |
( |
| ) |
|
|
virtual |
| virtual void DtMutex::lock |
( |
| ) |
|
|
virtual |
get exclusive control of something
| virtual bool DtMutex::tryLock |
( |
| ) |
|
|
virtual |
Non blocking version of lock.
- Returns
- false if the mutex cannot lock due to a different thread being here
| virtual void DtMutex::unlock |
( |
| ) |
|
|
virtual |
release exclusive control
| pthread_mutex_t DtMutex::myPTMutex |
|
protected |
The documentation for this class was generated from the following file: