VCF::Mutex Class Reference
Class Mutex documentation. More...
#include <vcf/FoundationKit/Mutex.h>
Inheritance diagram for VCF::Mutex:

Public Member Functions | |
| Mutex () | |
| virtual | ~Mutex () |
| virtual bool | lock () |
| Attempts tp lock the SynchObject and will block indefinitely till a lock is achieved. | |
| virtual bool | lock (uint32 timeoutInMilliseconds) |
| Attempts tp lock the SynchObject and will block for timeoutInMilliseconds till a lock is achieved. | |
| virtual bool | unlock () |
| MutexPeer * | getPeer () |
Protected Attributes | |
| MutexPeer * | peer_ |
Detailed Description
Class Mutex documentation.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
Attempts tp lock the SynchObject and will block for timeoutInMilliseconds till a lock is achieved.
Implements VCF::SynchObject. |
|
|
Attempts tp lock the SynchObject and will block indefinitely till a lock is achieved.
Implements VCF::SynchObject. |
|
|
Implements VCF::SynchObject. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Mutex.h
