#include <condTest.h>

Public Member Functions | |
| ConditionThread (condition_variable *condVar, mutex *m) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| test::ConditionThread::ConditionThread | ( | condition_variable * | condVar, | |
| mutex * | m | |||
| ) | [inline] |
| void* test::ConditionThread::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
1.5.6