Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWInheritancePolicy


Global Enumerator

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Package

Threading

Header File

#include <rw/thread/RWThreadAttribute.h>

Description

RWInheritancePolicy values indicate whether the creating thread or the thread attribute provide various defaults.

Declaration

enum RWInheritancePolicy {
 RW_THR_INHERIT,// The default scheduling policy, priority, 
                // and time-slice quantum are inherited from 
                // the creating thread. 
 RW_THR_EXPLICIT  // The default scheduling policy, priority, 
                  // and time-slice quantum are provided by 
                  // the thread attribute instance. 
};


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.