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

Diff for /pegasus/src/Pegasus/Common/Threads.h between version 1.6 and 1.7

version 1.6, 2006/08/21 19:36:58 version 1.7, 2006/08/24 07:39:23
Line 263 
Line 263 
 { {
 #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
     Uint64 tmp;     Uint64 tmp;
     memcpy(&tmp, x._thread.__, sizeof(Uint64));      memcpy(&tmp, x.thread.__, sizeof(Uint64));
     return tmp == 0;     return tmp == 0;
 #else #else
     return x.thread == 0;     return x.thread == 0;


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2