Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWContentionScope


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

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


Previous fileTop of DocumentContentsIndexNext file

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