libHSPlasma
|
#include <hsSemaphore.h>
Public Member Functions | |
hsSemaphore (int initialValue, const char *name="") | |
~hsSemaphore () | |
bool | wait () |
bool | signal () |
hsSemaphore::hsSemaphore | ( | int | initialValue, |
const char * | name = "" |
||
) |
hsSemaphore::~hsSemaphore | ( | ) |
bool hsSemaphore::signal | ( | ) |
bool hsSemaphore::wait | ( | ) |