API Guides > ConceptRT 3.x
SynchronThreadGroup Class Reference

Synchron thread group. More...

Detailed Description

Synchron thread group.

Enables us to sychronize severals threads together in order to manage conccurent data access.

+ Inheritance diagram for SynchronThreadGroup:

Public Member Methods

 SynchronThreadGroup ()
 Default constructor. More...
 
virtual ~SynchronThreadGroup ()
 Default destructor. More...
 
void LeaveSectionWait ()
 Methods called when the thread leave a section wait. More...
 
void EnterSectionWait ()
 Methods called when the thread enter a section wait. More...
 

Constructor & Destructor Documentation

Default constructor.

Warning
Non-Deterministic. Determinism when using ConceptRT library can be ensure by using Context Time Critical mechanisms.
virtual ~SynchronThreadGroup ( )
virtual

Default destructor.

Warning
Non-Deterministic. Determinism when using ConceptRT library can be ensure by using Context Time Critical mechanisms.

Methods Documentation

void EnterSectionWait ( )
virtual

Methods called when the thread enter a section wait.

Implements IThreadSectionWaitListener.

void LeaveSectionWait ( )
virtual

Methods called when the thread leave a section wait.

Implements IThreadSectionWaitListener.