#include <Condition.h>
Inherited by openjaus::system::Queue< Type >, openjaus::system::Queue< openjaus::transport::AS5669::JudpPacket *>, and openjaus::system::Queue< Prioritized *>.
§ Condition()
openjaus::system::Condition::Condition |
( |
| ) |
|
§ ~Condition()
openjaus::system::Condition::~Condition |
( |
| ) |
|
|
virtual |
§ signal()
void openjaus::system::Condition::signal |
( |
| ) |
|
§ signalAll()
void openjaus::system::Condition::signalAll |
( |
| ) |
|
§ timedWait()
bool openjaus::system::Condition::timedWait |
( |
int |
milliseconds | ) |
|
§ toString()
std::string openjaus::system::Condition::toString |
( |
| ) |
const |
|
virtual |
§ operator<< [1/2]
§ operator<< [2/2]
§ condition
pthread_cond_t openjaus::system::Condition::condition |
|
protected |
§ DEFAULT_WAIT_MSEC
const int openjaus::system::Condition::DEFAULT_WAIT_MSEC = 500 |
|
static |
§ mutex
pthread_mutex_t openjaus::system::Condition::mutex |
|
protected |
§ numberOfWaitingThreads
int openjaus::system::Condition::numberOfWaitingThreads |
|
protected |
The documentation for this class was generated from the following files: