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

RWConcurrencyPolicy

Module:  Threads   Package:  Threading


Global Enumerator

Local Index

Members

Header File

#include <rw/thread/RWThreadAttribute.h>

Description

RWConcurrencyPolicy values describe whether or not new kernel threads will be created when a new thread is created.

Declaration

enum RWConcurrencyPolicy {
 RW_THR_NO_CHANGE,  // The creation of a new thread 
                    // will not force an increase in the
                    // effective concurrency
                    // supplied by the threads system 
                    // (no new kernel threads are created).
 RW_THR_INCREASE    // The creation of a new thread 
                    // will result
                    // in the creation of a new kernel thread
                    // to support increased concurrency 
                    // of execution.
};

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.