#include <log4cpp/Portability.hh>
#include <stdio.h>
#include <pthread.h>
#include <string>
#include <assert.h>
Go to the source code of this file.
Classes | |
class | threading::Mutex |
class | threading::ScopedLock |
definition of ScopedLock; More... | |
class | threading::ThreadLocalDataHolder< T > |
This class holds Thread local data of type T, i.e. More... | |
Namespaces | |
namespace | threading |
Functions | |
static std::string | threading::getThreadId () |
Return an identifier for the current thread. |