Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWStartPolicy


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

Determines whether a thread is in an interrupted state or is ready to run after the start() operation is complete.

Declaration

enum RWStartPolicy {
 RW_THR_START_RUNNING, // A newly-created thread is allowed
                    // to run as soon as the start() operation
                    // is complete.
 RW_THR_START_INTERRUPTED // A newly-created thread is to be 
                // left in an interrupted state upon returning
                // from start().
};


Previous fileTop of DocumentContentsIndexNext file

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