#include <SemaphoreSet.h>
Public Types | |
| enum | SemSetRetVal { OK, FAIL } |
Public Member Functions | |
| SemaphoreSet (int numOfSems) | |
| SemaphoreSet (const SemaphoreSet &otherSet) | |
| ~SemaphoreSet () throw (SemUnknownSetException) | |
| SemSetRetVal | lock (int semNum) throw (SemException) |
| SemSetRetVal | unlock (int semNum) throw (SemException) |
|
|
Returns values. |
|
|
Constructor.
|
|
|
Copy constructor.
|
|
|
Destructor. |
|
|
Locks a semaphore in the set.
|
|
|
Unlocks a semaphore in the set.
|
1.3.6