casa::async::Semaphore Class Reference
#include <AsynchronousTools.h>
List of all members.
Detailed Description
Definition at line 142 of file AsynchronousTools.h.
Constructor & Destructor Documentation
casa::async::Semaphore::Semaphore |
( |
int |
initialValue = 0 |
) |
|
casa::async::Semaphore::~Semaphore |
( |
|
) |
|
casa::async::Semaphore::Semaphore |
( |
const Semaphore & |
other |
) |
[private] |
Member Function Documentation
Int casa::async::Semaphore::getValue |
( |
|
) |
|
void casa::async::Semaphore::post |
( |
|
) |
|
Bool casa::async::Semaphore::trywait |
( |
|
) |
|
Bool casa::async::Semaphore::wait |
( |
int |
milliseconds |
) |
|
void casa::async::Semaphore::wait |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: