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

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...
 
WConditionc
 The condition to be used for signalling. More...
 

Detailed Description

Helper class.

Definition at line 40 of file WConditionSet_test.h.

Member Function Documentation

◆ threadMain()

void CallableHelperC::threadMain ( )
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:

Member Data Documentation

◆ c

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().

◆ flag

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().


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