#include <TWaitCondition.h>
Public Member Functions | |
TWaitCondition () | |
~TWaitCondition () | |
bool | wait (unsigned long time=ULONG_MAX) |
void | wakeOne () |
Definition at line 31 of file TWaitCondition.h.
TWaitCondition::TWaitCondition | ( | ) | [inline] |
Definition at line 34 of file TWaitCondition.h.
TWaitCondition::~TWaitCondition | ( | ) | [inline] |
Definition at line 35 of file TWaitCondition.h.
bool TWaitCondition::wait | ( | unsigned long | time = ULONG_MAX |
) | [inline] |
void TWaitCondition::wakeOne | ( | ) | [inline] |