Changeset 243 in flair-src for trunk/lib/FlairCore/src/Thread_impl.cpp
- Timestamp:
- May 24, 2018, 9:46:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Thread_impl.cpp
r213 r243 149 149 150 150 caller->self->Run(); 151 151 Printf("Stopping thread %s\n", caller->self->ObjectName().c_str()); 152 152 caller->PrintStats(); 153 153 } … … 160 160 161 161 caller->self->Run(); 162 162 Printf("Stopping thread %s\n", caller->self->ObjectName().c_str()); 163 163 caller->PrintStats(); 164 164 … … 316 316 317 317 void Thread_impl::PrintStats(void) { 318 Printf("Stopping thread %s\n", self->ObjectName().c_str());319 318 #ifdef __XENO__ 320 319 RT_TASK_INFO info;
Note:
See TracChangeset
for help on using the changeset viewer.