FRIBParallelanalysis  1.0
FrameworkforMPIParalleldataanalysisatFRIB
Public Member Functions | List of all members
CriticalSection Class Reference

#include <CTCLMutex.h>

Public Member Functions

 CriticalSection (CMutex &mutex)
 

Detailed Description

Safe lock/unlock of mutexes Declaring a CriticalSection object in a block will lock the mutex and gaurantee the mutex is unlocked when the block is exited. The scope of the block is the period the mutex is held.


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