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

RWContentionScope

Module:  Threads   Package:  Threading


Global Enumerator

Local Index

Members

Header File

#include <rw/thread/RWThreadAttribute.h>

Description

RWContentionScope values describe whether threads contend for processing resources with other threads in the same process or other threads in the system.

Declaration

enum RWContentionScope {
 RW_THR_PROCESS_SCOPE,  // Thread contends for processing
                        // resources with other threads in the
                        // same process.
 RW_THR_SYSTEM_SCOPE    // Thread contends for processing 
                        // resources with other processes in 
                        // the system.
};

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.