Global Enumerator
#include <rw/thread/RWThreadAttribute.h>
RWContentionScope values describe whether threads contend for processing resources with other threads in the same process or other threads in the system.
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. };
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.