#include <log4cpp/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.
Classes | |
class | threading::ThreadLocalDataHolder< T > |
This class holds Thread local data of type T, i.e. More... | |
Namespaces | |
threading | |
Typedefs | |
typedef boost::mutex | threading::Mutex |
Dummy type 'int' for Mutex. More... | |
typedef boost::mutex::scoped_lock | threading::ScopedLock |
Dummy type 'int' defintion of ScopedLock;. More... | |
Functions | |
static std::string | threading::getThreadId () |
Return an identifier for the current thread. More... | |