
Global Enumerator
#include <rw/thread/RWThreadAttribute.h>
RWSchedulingPolicy values determine the scheduling policy.
enum RWSchedulingPolicy {
RW_THR_OTHER, // Some kind of scheduling policy other than
// those listed below. Usually the default
// policy for the environment.
RW_THR_TIME_SLICED, // Time-sliced with unspecified
// adjustments.
RW_THR_TIME_SLICED_FIXED,// Time-sliced with fixed
// priorities.
RW_THR_TIME_SLICED_DYNAMIC, // Time-sliced with dynamic
// priorities and/or time-slice quantums.
RW_THR_PREEMPTIVE // No time slicing with fixed priorities.
};
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.