#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 |
typedef boost::scoped_lock< Mutex > | log4cpp::threading::ScopedLock |
typedef boost::thread_specific_ptr | log4cpp::threading::ThreadLocalDataHolder |
Functions | |
static std::string | log4cpp::threading::getThreadId () |
returns the thread ID |