#include <string>
#include <windows.h>
Go to the source code of this file.
Classes | |
class | threading::MSMutex |
A simple object wrapper around CreateMutex() and DeleteMutex() More... | |
class | threading::MSScopedLock |
A simple object wrapper around WaitForSingleObject() and ReleaseMutex() More... | |
class | threading::ThreadLocalDataHolder< T > |
This class holds Thread local data of type T, i.e. More... | |
Namespaces | |
threading | |
Macros | |
#define | LOG4CPP_UNDEFINE_NOGDI |
#define | LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN |
#define | NOGDI |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static std::string | threading::getThreadId () |
Return an identifier for the current thread. More... | |
#define LOG4CPP_UNDEFINE_NOGDI |
Definition at line 21 of file MSThreads.hh.
#define LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN |
Definition at line 26 of file MSThreads.hh.
#define NOGDI |
Definition at line 20 of file MSThreads.hh.
#define WIN32_LEAN_AND_MEAN |
Definition at line 25 of file MSThreads.hh.