Private Attributes | |
size_t | m_num |
Additional Inherited Members | |
Static Public Member Functions inherited from icl_core::thread::Thread | |
static icl_core::ThreadId | selfId () |
Protected Member Functions inherited from icl_core::thread::PeriodicThread | |
void | waitPeriod () |
Protected Member Functions inherited from icl_core::Noncopyable | |
Noncopyable () | |
virtual | ~Noncopyable () |
Thread for burning away 10% of CPU time.
Definition at line 110 of file ts_PeriodicThread.cpp.
|
inline |
Definition at line 114 of file ts_PeriodicThread.cpp.
|
inlinevirtual |
Definition at line 119 of file ts_PeriodicThread.cpp.
|
inlinevirtual |
This is the function running in the thread. This has to be reimplemented from derived classes. If you start the thread by calling Start() this function is executed in the thread. If you call don't want that function to be executed in the thread you could call it directly in your derived class.
Implements icl_core::thread::Thread.
Definition at line 122 of file ts_PeriodicThread.cpp.
|
private |
Definition at line 140 of file ts_PeriodicThread.cpp.