(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.26 and 1.27

version 1.26, 2002/09/13 17:47:34 version 1.27, 2002/09/17 18:01:03
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();
       myself->test_cancel();        delete myself;
       myself->exit_self(0);        Thread::test_cancel();
         Thread::exit_self(0);
    }    }
    return((PEGASUS_THREAD_RETURN)0);    return((PEGASUS_THREAD_RETURN)0);
 } }


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2