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

RWStartPolicy

Module:  Threads   Package:  Threading


Global Enumerator

Local Index

Members

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

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.