Create(ThreadProc f, ThreadObserver *observer=0) | Common::Thread | [inline, static] |
Create(void(*f)(), ThreadObserver *observer=0) | Common::Thread | [inline, static] |
DEFINE_CLASS_POINTERS(Thread) | Common::Thread | |
Func | Common::Thread | [private] |
Impl | Common::Thread | [private] |
Join() | Common::Thread | |
Observer | Common::Thread | [private] |
Run() | Common::Thread | |
Thread(std::function< void()> f, ThreadObserver *observer=0) | Common::Thread | |
ThreadProc(Thread *thread) | Common::Thread | [static] |
~Thread() | Common::Thread |