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

Diff for /pegasus/src/Pegasus/Common/Threads.cpp between version 1.11 and 1.12

version 1.11, 2007/10/17 20:37:27 version 1.12, 2008/03/06 02:22:27
Line 78 
Line 78 
     }     }
     while (end.millitm > now.millitm && end.time >= now.time);     while (end.millitm > now.millitm && end.time >= now.time);
  
 #elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)  #else
     int seconds;  
     if (msec < 1000)     if (msec < 1000)
     {     {
         usleep(msec*1000);         usleep(msec*1000);
Line 91 
Line 90 
         // Usleep the remaining micro seconds         // Usleep the remaining micro seconds
         usleep( (msec*1000) % 1000000 );         usleep( (msec*1000) % 1000000 );
     }     }
   
 #endif #endif
 } }
  


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2