WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Semaphore Class Reference

Public Member Functions

 Semaphore (uint32_t count=0)
 
 Semaphore (Semaphore &&)
 
Semaphoreoperator= (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
 

The documentation for this class was generated from the following file: