#include <Condition.h>
◆ Condition()
openjaus::system::Condition::Condition |
( |
| ) |
|
◆ ~Condition()
openjaus::system::Condition::~Condition |
( |
| ) |
|
|
virtual |
◆ signal()
void openjaus::system::Condition::signal |
( |
| ) |
|
◆ signalAll()
void openjaus::system::Condition::signalAll |
( |
| ) |
|
◆ timedWait_ms()
bool openjaus::system::Condition::timedWait_ms |
( |
system::Mutex & |
mutex, |
|
|
int |
value |
|
) |
| |
◆ toString()
std::string openjaus::system::Condition::toString |
( |
| ) |
const |
|
virtual |
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ condition
pthread_cond_t openjaus::system::Condition::condition |
|
private |
◆ DEFAULT_WAIT_MSEC
const int openjaus::system::Condition::DEFAULT_WAIT_MSEC = 500 |
|
static |
◆ numberOfWaitingThreads
int openjaus::system::Condition::numberOfWaitingThreads |
|
private |
The documentation for this class was generated from the following files: