#include <log4cpp/Portability.hh>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/tss.hpp>
#include <stdio.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | log4cpp |
namespace | log4cpp::threading |
Typedefs | |
typedef boost::mutex | log4cpp::threading::Mutex |
Dummy type 'int' for Mutex. | |
typedef boost::scoped_lock< Mutex > | log4cpp::threading::ScopedLock |
Dummy type 'int' defintion of ScopedLock;. | |
typedef class boost::thread_specific_ptr | log4cpp::threading::ThreadLocalDataHolder |
Functions | |
static std::string | log4cpp::threading::getThreadId () |
Return an identifier for the current thread. |