OpenWalnut  1.5.0dev
Public Member Functions | Public Attributes | List of all members
CallableHelperCl Class Reference

Helper class. More...

#include <WCondition_test.h>

+ Collaboration diagram for CallableHelperCl:

Public Member Functions

void threadMain ()
 Thread main method. More...
 

Public Attributes

bool flag
 Flag set to true when thread starts. More...
 
WConditionc
 The condition to be used for signalling. More...
 

Detailed Description

Helper class.

Definition at line 38 of file WCondition_test.h.

Member Function Documentation

◆ threadMain()

void CallableHelperCl::threadMain ( )
inline

Thread main method.

Definition at line 54 of file WCondition_test.h.

References c, flag, and WCondition::notify().

Referenced by WConditionTest::testWaitNotify().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ c

WCondition* CallableHelperCl::c

The condition to be used for signalling.

Definition at line 49 of file WCondition_test.h.

Referenced by WConditionTest::testWaitNotify(), and threadMain().

◆ flag

bool CallableHelperCl::flag

Flag set to true when thread starts.

Definition at line 44 of file WCondition_test.h.

Referenced by WConditionTest::testWaitNotify(), and threadMain().


The documentation for this class was generated from the following file: