BlockCount is a block that can be used to halt a thread that is waiting for a specified number of operations to be completed.
More...
BlockCount is a block that can be used to halt a thread that is waiting for a specified number of operations to be completed.
OpenThreads::BlockCount::BlockCount |
( |
unsigned int |
blockCount | ) |
|
|
inline |
OpenThreads::BlockCount::~BlockCount |
( |
| ) |
|
|
inline |
void OpenThreads::BlockCount::block |
( |
| ) |
|
|
inline |
void OpenThreads::BlockCount::completed |
( |
| ) |
|
|
inline |
unsigned int OpenThreads::BlockCount::getBlockCount |
( |
| ) |
const |
|
inline |
unsigned int OpenThreads::BlockCount::getCurrentCount |
( |
| ) |
const |
|
inline |
void OpenThreads::BlockCount::release |
( |
| ) |
|
|
inline |
void OpenThreads::BlockCount::reset |
( |
| ) |
|
|
inline |
void OpenThreads::BlockCount::setBlockCount |
( |
unsigned int |
blockCount | ) |
|
|
inline |
unsigned int OpenThreads::BlockCount::_blockCount |
|
protected |
unsigned int OpenThreads::BlockCount::_currentCount |
|
protected |
The documentation for this class was generated from the following file: