|  | OpenWalnut
    1.5.0dev
    | 
Helper class. More...
#include <WFlag_test.h>
 Collaboration diagram for Callable:
 Collaboration diagram for Callable:| Public Member Functions | |
| Callable () | |
| Constructor.  More... | |
| void | threadMain () | 
| Thread function.  More... | |
| Public Attributes | |
| WFlag< bool > * | flag | 
| The flag to be tested.  More... | |
| bool | finished | 
| True if the thread finishes.  More... | |
Helper class.
Definition at line 39 of file WFlag_test.h.
| 
 | inline | 
| 
 | inline | 
Thread function.
Definition at line 64 of file WFlag_test.h.
References finished, flag, and WFlag< T >::wait().
Referenced by WFlagTest::testWaitNotify().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| bool Callable::finished | 
True if the thread finishes.
Definition at line 50 of file WFlag_test.h.
Referenced by Callable(), WFlagTest::testWaitNotify(), and threadMain().
| WFlag<bool>* Callable::flag | 
The flag to be tested.
Definition at line 45 of file WFlag_test.h.
Referenced by Callable(), WFlagTest::testWaitNotify(), and threadMain().