CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalMutex.h
Go to the documentation of this file.
1 #ifndef GlobalMutex_H
2 #define GlobalMutex_H 1
3 
4 // Create a globally accessable mutex to be used for syncrhonization across
5 // different packages that must use root in different threads. This is to
6 // be used with the LockService. Hopefully in the future this silliness
7 // can be removed. -LSK
8 //class boost::mutex;
9 #include "boost/thread/mutex.hpp"
10 namespace edm {
11  namespace rootfix {
13  }
14 }
15 #endif
boost::mutex * getGlobalMutex()
Definition: GlobalMutex.cc:3
static boost::mutex mutex
Definition: LHEProxy.cc:11