|
OpenWalnut
1.4.0
|
Helper class. More...
#include <WCondition_test.h>
Public Member Functions | |
| void | threadMain () |
| Thread main method. More... | |
| void | threadMain () |
| The thread. More... | |
| void | threadMain () |
| Thread main method. More... | |
| Callable () | |
| Constructor. More... | |
| void | threadMain () |
| Thread function. More... | |
Public Attributes | |
| bool | flag |
| Flag set to true when thread starts. More... | |
| WCondition * | c |
| The condition to be used for signalling. More... | |
| WConditionOneShot * | c |
| The condition to use. More... | |
| WFlag< bool > * | flag |
| The flag to be tested. More... | |
| bool | finished |
| True if the thread finishes. More... | |
Helper class.
Definition at line 40 of file WCondition_test.h.
|
inline |
|
inline |
Thread main method.
Definition at line 56 of file WCondition_test.h.
References WCondition::notify().
Referenced by WConditionSetTest::testWait(), WConditionOneShotTest::testWaitNotify(), WConditionTest::testWaitNotify(), and WFlagTest::testWaitNotify().
|
inline |
The thread.
Definition at line 56 of file WConditionOneShot_test.h.
References WConditionOneShot::notify().
|
inline |
Thread main method.
Definition at line 57 of file WConditionSet_test.h.
References WCondition::notify().
|
inline |
| WCondition * Callable::c |
The condition to be used for signalling.
Definition at line 51 of file WCondition_test.h.
Referenced by WConditionSetTest::testWait(), WConditionTest::testWaitNotify(), and WConditionOneShotTest::testWaitNotify().
| WConditionOneShot* Callable::c |
The condition to use.
Definition at line 51 of file WConditionOneShot_test.h.
| bool Callable::finished |
True if the thread finishes.
Definition at line 52 of file WFlag_test.h.
Referenced by WFlagTest::testWaitNotify().
| bool Callable::flag |
Flag set to true when thread starts.
Flag set true when the thread starts.
Definition at line 46 of file WCondition_test.h.
Referenced by WConditionSetTest::testWait(), WConditionOneShotTest::testWaitNotify(), WConditionTest::testWaitNotify(), and WFlagTest::testWaitNotify().
| WFlag<bool>* Callable::flag |
The flag to be tested.
Definition at line 47 of file WFlag_test.h.
1.8.9.1