CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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 }