
Global Enumerator
#include <rw/thread/RWThreadAttribute.h>
RWInheritancePolicy values indicate whether the creating thread or the thread attribute provide various defaults.
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.
};
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.