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

RWSchedulingPolicy

Module:  Threads   Package:  Threading


Global Enumerator

Local Index

Members

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

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.