OpenThreads
|
Block is a block that can be used to halt a thread that is waiting another thread to release it. More...
#include <Block>
Public Member Functions | |
Block () | |
~Block () | |
bool | block () |
bool | block (unsigned long timeout) |
void | release () |
void | reset () |
void | set (bool doRelease) |
Protected Attributes | |
Mutex | _mut |
Condition | _cond |
bool | _released |
Block is a block that can be used to halt a thread that is waiting another thread to release it.
|
inline |
References _released.
|
inline |
References release().
|
inline |
|
inline |
|
protected |
![]() | Generated at Sun Jul 27 2025 00:00:00 for the OpenThreads by doxygen 1.14.0. |