Monero
Namespaces | Classes | Typedefs | Functions
el::base::threading Namespace Reference

Namespaces

 internal
 

Classes

class  ThreadSafe
 Base of thread safe class, this class is inheritable-only. More...
 

Typedefs

typedef base::threading::internal::Mutex Mutex
 
typedef base::threading::internal::ScopedLock< base::threading::MutexScopedLock
 

Functions

static std::string getCurrentThreadId (void)
 Gets ID of currently running threading in windows systems. On unix, nothing is returned. More...
 

Typedef Documentation

◆ Mutex

◆ ScopedLock

Function Documentation

◆ getCurrentThreadId()

static std::string el::base::threading::getCurrentThreadId ( void  )
static

Gets ID of currently running threading in windows systems. On unix, nothing is returned.