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

Diff for /pegasus/src/Pegasus/Common/ReadWriteSem.cpp between version 1.1.2.8 and 1.1.2.10

version 1.1.2.8, 2006/07/28 22:55:59 version 1.1.2.10, 2006/07/28 23:56:54
Line 131 
Line 131 
 void ReadWriteSem::timed_wait(Uint32 mode, void ReadWriteSem::timed_wait(Uint32 mode,
                               ThreadType caller, int milliseconds)                               ThreadType caller, int milliseconds)
 { {
     int errorcode = 0, timeout;      int errorcode = 0, timeout = 0;
     struct timeval now, finish, remaining;     struct timeval now, finish, remaining;
     Uint32 usec;     Uint32 usec;
  
Line 301 
Line 301 
  
     // cleanup stack frame     // cleanup stack frame
     {     {
   
         Threads::cleanup_push(extricate_read_write, this);         Threads::cleanup_push(extricate_read_write, this);
  
         try         try


Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2