Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWSchedulingPolicy


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

RWSchedulingPolicy values determine the scheduling policy.

Declaration

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


Previous fileTop of DocumentContentsIndexNext file

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