Thread conditional boolean.
More...
#include <BCondInt.h>
Thread conditional boolean.
◆ BCondBool()
◆ ~BCondBool()
BCondBool::~BCondBool |
( |
| ) |
|
◆ clear()
◆ operator int()
BCondBool::operator int |
( |
| ) |
|
|
inline |
◆ set()
Set value. Wakes waiting.
◆ timedWait()
int BCondBool::timedWait |
( |
int |
timeOutUs | ) |
|
Wait until set, with timeout.
◆ value()
◆ wait()
Wait until value is true.
◆ ocond
pthread_cond_t BCondBool::ocond |
|
private |
◆ omutex
pthread_mutex_t BCondBool::omutex |
|
private |
◆ ovalue
The documentation for this class was generated from the following files: