#include <BinarySem.h>
Public Member Functions | |
BinarySem (bool initiallyPosted=false) throw (std::exception) | |
virtual | ~BinarySem () |
bool | post () throw (std::exception) |
void | awaitPostThenClear () throw (std::exception) |
void | awaitPost () throw (std::exception) |
bool | isPosted () const throw (std::exception) |
|
|
|
|
|
|
|
|
|
|
|
|