(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.13.2.4 and 1.13.2.4.2.1

version 1.13.2.4, 2008/06/30 14:28:44 version 1.13.2.4.2.1, 2008/07/01 19:28:03
Line 208 
Line 208 
     // Scheduling policy:     // Scheduling policy:
  
 #if defined(PEGASUS_OS_SOLARIS) #if defined(PEGASUS_OS_SOLARIS)
 # if (defined SUNOS_5_7)  
     pthread_attr_setschedpolicy(&attr, SCHED_RR);  
 # else  
     pthread_attr_setschedpolicy(&attr, SCHED_OTHER);     pthread_attr_setschedpolicy(&attr, SCHED_OTHER);
 # endif  
 #endif // defined(PEGASUS_OS_SOLARIS)  #endif /* defined(PEGASUS_OS_SOLARIS) */
  
     // Create thread:     // Create thread:
  


Legend:
Removed from v.1.13.2.4  
changed lines
  Added in v.1.13.2.4.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2