![]() |
OpenWalnut
1.5.0dev
|
Helper class. More...
#include <WConditionSet_test.h>
Collaboration diagram for CallableHelperC:Public Member Functions | |
| void | threadMain () |
| Thread main method. More... | |
Public Attributes | |
| bool | flag |
| Flag set to true when thread starts. More... | |
| WCondition * | c |
| The condition to be used for signalling. More... | |
Helper class.
Definition at line 40 of file WConditionSet_test.h.
|
inline |
Thread main method.
Definition at line 56 of file WConditionSet_test.h.
References c, flag, and WCondition::notify().
Referenced by WConditionSetTest::testWait().
Here is the call graph for this function:
Here is the caller graph for this function:| WCondition* CallableHelperC::c |
The condition to be used for signalling.
Definition at line 51 of file WConditionSet_test.h.
Referenced by WConditionSetTest::testWait(), and threadMain().
| bool CallableHelperC::flag |
Flag set to true when thread starts.
Definition at line 46 of file WConditionSet_test.h.
Referenced by WConditionSetTest::testWait(), and threadMain().