Block is a block that can be used to halt a thread that is waiting another thread to release it.
More...
Block is a block that can be used to halt a thread that is waiting another thread to release it.
OpenThreads::Block::Block |
( |
| ) |
|
|
inline |
OpenThreads::Block::~Block |
( |
| ) |
|
|
inline |
bool OpenThreads::Block::block |
( |
| ) |
|
|
inline |
bool OpenThreads::Block::block |
( |
unsigned long |
timeout | ) |
|
|
inline |
void OpenThreads::Block::release |
( |
| ) |
|
|
inline |
void OpenThreads::Block::reset |
( |
| ) |
|
|
inline |
void OpenThreads::Block::set |
( |
bool |
doRelease | ) |
|
|
inline |
Mutex OpenThreads::Block::_mut |
|
protected |
bool OpenThreads::Block::_released |
|
protected |
The documentation for this class was generated from the following file: