#include <log4shib/Portability.hh>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/tss.hpp>
#include <cstdio>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | log4shib |
namespace | log4shib::threading |
Classes | |
class | log4shib::threading::ThreadLocalDataHolder< T > |
Typedefs | |
typedef boost::mutex | log4shib::threading::Mutex |
typedef boost::mutex::scoped_lock | log4shib::threading::ScopedLock |
Functions | |
static std::string | log4shib::threading::getThreadId () |
returns the thread ID |