(file) Return to Thread.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Thread.cpp between version 1.27 and 1.28

version 1.27, 2002/09/17 18:01:03 version 1.28, 2002/09/17 18:19:45
Line 561 
Line 561 
                   }                   }
  
                   // put the thread on the dead  list                   // put the thread on the dead  list
                   //_dead.insert_first(th);                    _dead.insert_first(th);
                   bodies++;                   bodies++;
                   sleep_sem->signal();                   sleep_sem->signal();
  
Line 616 
Line 616 
       myself->detach();       myself->detach();
       myself->_handle.thid = 0;       myself->_handle.thid = 0;
       myself->cancel();       myself->cancel();
       delete myself;        myself->test_cancel();
       Thread::test_cancel();        myself->exit_self(0);
       Thread::exit_self(0);  
    }    }
    return((PEGASUS_THREAD_RETURN)0);    return((PEGASUS_THREAD_RETURN)0);
 } }


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2