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

Diff for /pegasus/src/Pegasus/Common/Attic/IPCSun.h between version 1.2 and 1.3

version 1.2, 2003/10/22 14:26:03 version 1.3, 2003/11/18 00:23:53
Line 70 
Line 70 
 /// Conditionals to support native or generic Conditional Semaphore /// Conditionals to support native or generic Conditional Semaphore
 //----------------------------------------------------------------- //-----------------------------------------------------------------
  
 #define PEGASUS_CONDITIONAL_NATIVE 1  #define PEGASUS_CONDITIONAL_NATIVE
  
 typedef pthread_cond_t PEGASUS_COND_TYPE; typedef pthread_cond_t PEGASUS_COND_TYPE;
  
Line 88 
Line 88 
 // other unix platforms HPUX, AIX, may have different types // other unix platforms HPUX, AIX, may have different types
 // implementors should use the native type for faster operations // implementors should use the native type for faster operations
  
 // #define PEGASUS_ATOMIC_INT_NATIVE = 1  // #define PEGASUS_ATOMIC_INT_NATIVE
  
 // typedef sig_atomic_t PEGASUS_ATOMIC_TYPE ; // typedef sig_atomic_t PEGASUS_ATOMIC_TYPE ;
  
Line 98 
Line 98 
 //----------------------------------------------------------------- //-----------------------------------------------------------------
  
 #ifndef SUNOS_5_6 #ifndef SUNOS_5_6
 #define PEGASUS_READWRITE_NATIVE 1  #define PEGASUS_READWRITE_NATIVE
  
 typedef struct { typedef struct {
     pthread_rwlock_t rwlock;     pthread_rwlock_t rwlock;


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2