VCF::OSXSemaphore Class Reference
Class MutexPeer documentation. More...
#include <OSXSemaphorePeer.h>
Inheritance diagram for VCF::OSXSemaphore:

Public Member Functions | |
| OSXSemaphore (int32 initialCount, int32 maxCount) | |
| virtual | ~OSXSemaphore () |
| virtual bool | lock () |
| virtual bool | lock (uint32 timeoutInMilliseconds) |
| virtual bool | unlock () |
| virtual OSHandleID | getHandleID () |
| on OSX this returns a MPSemaphoreID | |
Protected Attributes | |
| MPSemaphoreID | semaphoreID_ |
Detailed Description
Class MutexPeer documentation.
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
on OSX this returns a MPSemaphoreID
Implements VCF::SemaphorePeer. |
|
|
Implements VCF::SemaphorePeer. |
|
|
Implements VCF::SemaphorePeer. |
|
|
Implements VCF::SemaphorePeer. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXSemaphorePeer.h
