VCF::LinuxSemaphorePeer Class Reference
Class LinuxSemaphorePeer. More...
#include <LinuxSemaphorePeer.h>
Inheritance diagram for VCF::LinuxSemaphorePeer:

Public Member Functions | |
| LinuxSemaphorePeer (int32 initialCount, int32 maxCount) | |
| virtual | ~LinuxSemaphorePeer () |
| virtual bool | lock () |
| virtual bool | lock (uint32 timeoutInMilliseconds) |
| virtual bool | unlock () |
| virtual OSHandleID | getHandleID () |
Protected Attributes | |
| sem_t | semaphore_ |
Detailed Description
Class LinuxSemaphorePeer.
- Author:
- Jim Crafton, May 26 2002
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
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/LinuxSemaphorePeer.h
