log4cpp::threading (3) Linux Manual Page
log4cpp::threading – Synopsis Classes class ThreadLocalDataHolder This class holds Thread local data of type T, i.e. class MSMutex A simple object wrapper around CreateMutex() and DeleteMutex() class MSScopedLock A simple object wrapper around WaitForSingleObject() and ReleaseMutex() class Mutex class ScopedLock definition of ScopedLock; Typedefs typedef boost::mutex Mutex Dummy type ‘int’ for Mutex. typedef boost::mutex::scoped_lock ScopedLock…
