CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/FWCore/Utilities/src/GlobalMutex.cc

Go to the documentation of this file.
00001 #include "FWCore/Utilities/interface/GlobalMutex.h"
00002 
00003 boost::mutex* edm::rootfix::getGlobalMutex() { 
00004     static boost::mutex m_;
00005     return &m_;
00006 }