![]() |
OpenWalnut
1.5.0dev
|
Helper class. More...
#include <WConditionOneShot_test.h>
Collaboration diagram for CallableHelper:Public Member Functions | |
| void | threadMain () |
| The thread. More... | |
Public Attributes | |
| bool | flag |
| Flag set true when the thread starts. More... | |
| WConditionOneShot * | c |
| The condition to use. More... | |
Helper class.
Definition at line 38 of file WConditionOneShot_test.h.
|
inline |
The thread.
Definition at line 54 of file WConditionOneShot_test.h.
References c, flag, and WConditionOneShot::notify().
Referenced by WConditionOneShotTest::testWaitNotify().
Here is the call graph for this function:
Here is the caller graph for this function:| WConditionOneShot* CallableHelper::c |
The condition to use.
Definition at line 49 of file WConditionOneShot_test.h.
Referenced by WConditionOneShotTest::testWaitNotify(), and threadMain().
| bool CallableHelper::flag |
Flag set true when the thread starts.
Definition at line 44 of file WConditionOneShot_test.h.
Referenced by WConditionOneShotTest::testWaitNotify(), and threadMain().