CMS 3D CMS Logo

oneTimeInitialization.cc
Go to the documentation of this file.
1 
3 
9 
10 namespace {
11 
12  bool oneTimeInitializationImpl() {
14 
15  static std::unique_ptr<edm::ThreadsController> tsiPtr = std::make_unique<edm::ThreadsController>(1);
16 
17  // register the empty parentage vector , once and for all
19 
20  // register the empty parameter set, once and for all.
22  return true;
23  }
24 } //namespace
25 
26 namespace edm::testprocessor {
28  static const bool s_init{oneTimeInitializationImpl()};
29  return s_init;
30  }
31 } // namespace edm::testprocessor
static PluginManager & configure(const Config &)
ParameterSet const & registerIt()
PluginManager::Config config()
Definition: standard.cc:21
static ParentageRegistry * instance()
bool insertMapped(value_type const &v)