(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.71.2.3 and 1.74

version 1.71.2.3, 2005/08/02 18:36:59 version 1.74, 2005/01/29 06:23:50
Line 72 
Line 72 
 Boolean Thread::_signals_blocked = false; Boolean Thread::_signals_blocked = false;
 // l10n // l10n
 #ifndef PEGASUS_OS_ZOS #ifndef PEGASUS_OS_ZOS
 PEGASUS_THREAD_KEY_TYPE Thread::_platform_thread_key =  PEGASUS_THREAD_KEY_TYPE Thread::_platform_thread_key = PEGASUS_THREAD_KEY_TYPE(-1);
     PEGASUS_THREAD_KEY_TYPE(-1);  
 #else #else
 PEGASUS_THREAD_KEY_TYPE Thread::_platform_thread_key; PEGASUS_THREAD_KEY_TYPE Thread::_platform_thread_key;
 #endif #endif
Line 328 
Line 327 
  
  
 ThreadPool::ThreadPool(Sint16 initial_size, ThreadPool::ThreadPool(Sint16 initial_size,
                        const Sint8 *key,                         const char *key,
                        Sint16 min,                        Sint16 min,
                        Sint16 max,                        Sint16 max,
                        struct timeval & alloc_wait,                        struct timeval & alloc_wait,
Line 546 
Line 545 
  
       try       try
       {       {
          sleep_sem->wait(false);                                  Boolean ignoreInterrupt = false;
                                   sleep_sem->wait(ignoreInterrupt);
       }       }
       catch (WaitInterrupted &e)       catch (WaitInterrupted &e)
       {       {


Legend:
Removed from v.1.71.2.3  
changed lines
  Added in v.1.74

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2