Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Utilities
interface
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 {
12
boost::mutex
*
getGlobalMutex
();
13
}
14
}
15
#endif
edm::rootfix::getGlobalMutex
boost::mutex * getGlobalMutex()
Definition:
GlobalMutex.cc:3
mutex
static boost::mutex mutex
Definition:
LHEProxy.cc:11
Generated for CMSSW Reference Manual by
1.8.5