WPILibC++
unspecified
|
Public Member Functions | |
Semaphore (uint32_t count=0) | |
Semaphore (Semaphore &&) | |
Semaphore & | operator= (Semaphore &&) |
void | give () |
void | take () |
bool | tryTake () |
Static Public Attributes | |
static const int32_t | kNoWait = 0 |
static const int32_t | kWaitForever = -1 |
static const uint32_t | kEmpty = 0 |
static const uint32_t | kFull = 1 |