(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.19 and 1.20

version 1.19, 2009/09/03 10:23:00 version 1.20, 2010/04/09 08:23:14
Line 48 
Line 48 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   namespace
   {
       //mutex used for synchronising threads calling _get_stack_multiplier
       MutexType _multiplier_mutex = PEGASUS_MUTEX_INITIALIZER;
   }
   
 void Threads::sleep(int msec) void Threads::sleep(int msec)
 { {
 #if defined(PEGASUS_HAVE_NANOSLEEP) #if defined(PEGASUS_HAVE_NANOSLEEP)
Line 110 
Line 116 
 #if defined(PEGASUS_OS_VMS) #if defined(PEGASUS_OS_VMS)
  
     static int _multiplier = 0;     static int _multiplier = 0;
     static MutexType _multiplier_mutex = PEGASUS_MUTEX_INITIALIZER;  
  
     //     //
     // This code uses a, 'hidden' (non-documented), VMS only, logical     // This code uses a, 'hidden' (non-documented), VMS only, logical


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2