Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:53

0001 #ifndef FWCore_Concurrency_h
0002 #define FWCore_Concurrency_h
0003 
0004 namespace cms {
0005   namespace concurrency {
0006     // Use these in place of XMLPlatformUtils::Initialize and
0007     // XMLPlatformUtils::Terminate. They are guaranteed to work correctly with
0008     // a multithreaded environment.
0009     void xercesInitialize();
0010     void xercesTerminate();
0011   }  // namespace concurrency
0012 }  // namespace cms
0013 
0014 #endif  // FWCore_Concurrency_h