CMS 3D CMS Logo

Classes | Functions

edm::rootfix Namespace Reference

Classes

class  LockService

Functions

boost::mutexgetGlobalMutex ()

Function Documentation

boost::mutex * edm::rootfix::getGlobalMutex ( )

Definition at line 3 of file GlobalMutex.cc.

References mutex.

                                       { 
    static boost::mutex m_;
    return &m_;
}