FRIBParallelanalysis
1.0
FrameworkforMPIParalleldataanalysisatFRIB
|
#include <CTCLMutex.h>
Public Member Functions | |
CriticalSection (CMutex &mutex) | |
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.