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

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...
 
WConditionOneShotc
 The condition to use. More...
 

Detailed Description

Helper class.

Definition at line 38 of file WConditionOneShot_test.h.

Member Function Documentation

◆ threadMain()

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

Member Data Documentation

◆ c

WConditionOneShot* CallableHelper::c

The condition to use.

Definition at line 49 of file WConditionOneShot_test.h.

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

◆ flag

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


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