Barracuda Application Server C/C++ Reference
NO
|
A simple semaphore implementation.
The semaphore class is used as a simple mechanism where one thread can send a message to another thread. This means that the underlying implementation of the thread class does not necessarily have to be a semaphore.
#include <ThreadLib.h>
Inherits ThreadSemaphoreBase.