Changeset 243 in flair-src for trunk/lib/FlairCore/src/Thread_impl.cpp


Ignore:
Timestamp:
05/24/18 09:46:08 (6 years ago)
Author:
Sanahuja Guillaume
Message:

resolve some bugs when closing connection with gcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Thread_impl.cpp

    r213 r243  
    149149
    150150  caller->self->Run();
    151 
     151  Printf("Stopping thread %s\n", caller->self->ObjectName().c_str());
    152152  caller->PrintStats();
    153153}
     
    160160
    161161  caller->self->Run();
    162 
     162  Printf("Stopping thread %s\n", caller->self->ObjectName().c_str());
    163163  caller->PrintStats();
    164164
     
    316316
    317317void Thread_impl::PrintStats(void) {
    318   Printf("Stopping thread %s\n", self->ObjectName().c_str());
    319318#ifdef __XENO__
    320319  RT_TASK_INFO info;
Note: See TracChangeset for help on using the changeset viewer.