CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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 }