TDME2 1.9.121
|
Public Member Functions | |
LogWriterThread () | |
~LogWriterThread () | |
void | run () |
Abstract run() method, should be implemented by subclassed class, will be called after spawn by start() More... | |
void | flush () |
![]() | |
Thread (const string &name, size_t stackSize=2 *1024 *1024) | |
Public constructor. More... | |
virtual | ~Thread () |
Public destructor. More... | |
void | join () |
Blocks caller thread until this thread has been terminated. More... | |
void | start () |
Starts this objects thread. More... | |
virtual void | run ()=0 |
Abstract run() method, should be implemented by subclassed class, will be called after spawn by start() More... | |
void | stop () |
Requests that this thread should be stopped. More... | |
bool | isStopRequested () |
Returns if stop has been requested. More... | |
Additional Inherited Members | |
![]() | |
static int | getHardwareThreadCount () |
static void | sleep (const uint64_t milliseconds) |
sleeps current thread for given time in milliseconds More... | |
LogWriterThread | ( | ) |
Definition at line 22 of file Console.cpp.
~LogWriterThread | ( | ) |
Definition at line 30 of file Console.cpp.
void flush | ( | ) |
Definition at line 50 of file Console.cpp.
|
virtual |
Abstract run() method, should be implemented by subclassed class, will be called after spawn by start()
Implements Thread.
Definition at line 36 of file Console.cpp.