#include <CountingSem.h>
Public Member Functions | |
CountingSem (int maxConcurrentHoldings) throw (std::exception) | |
virtual | ~CountingSem () |
void | setMaxConcurrentHoldings (int maxConcurrentHoldings) throw (std::exception) |
bool | acquireNonBlocking () throw (std::exception) |
void | release () throw (std::exception) |
|
|
|
|
|
|
|
|
|
|