Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWInheritancePolicy

Module:  Threads   Package:  Threading


Global Enumerator

Local Index

Members

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. 
};

See Also

RWThreadAttribute



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.