BCondInt Class Reference
Thread conditional integer.
More...
#include <BCondInt.h>
List of all members.
Detailed Description
Thread conditional integer.
Constructor & Destructor Documentation
Member Function Documentation
int BCondInt::decrement |
( |
|
) |
|
int BCondInt::increment |
( |
|
) |
|
void BCondInt::operator++ |
( |
int |
|
) |
[inline] |
void BCondInt::operator-- |
( |
int |
|
) |
[inline] |
void BCondInt::setValue |
( |
int |
value |
) |
|
int BCondInt::timedWait |
( |
int |
timeOutUs |
) |
|
Wait for the condition, with timeout.
int BCondInt::tryNotZeroDecrement |
( |
|
) |
|
Test if value is not 0, if not zero then decrement.
int BCondInt::waitIncrement |
( |
int |
timeOutUs = 0 |
) |
|
Wait until value is 0 then increment.
int BCondInt::waitNotZero |
( |
|
) |
|
Wait until value is not 0.
int BCondInt::waitNotZeroDecrement |
( |
|
) |
|
Wait until value is not 0 and then decrement.
Member Data Documentation
The documentation for this class was generated from the following files: