Definition at line 3 of file GlobalMutex.cc.
References mutex.
00003 { 00004 static boost::mutex m_; 00005 return &m_; 00006 }