#include <thread.h>
Friends | |
class | Thread |
Do not call this directly. Use Thread::init() instead. once Thread::init() is called by main thread, it initializes a Thread object associated to main thread. By the way it is possible to call eg. Thread::getCurrent()->setDescription("what im doing"); and LOGMET() << "hello" ; output: Thread: what im doing Hello.
Definition at line 83 of file thread.h.