Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWWaitStatus


Global Enumerator

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Package

All packages

Header File

#include <rw/thr/defs.h>

Description

Defines the status return values for calls that accept a time-out value.

Declaration

enum RWWaitStatus {
   RW_THR_TIMEOUT=0,  // The operation timed-out before
// completion RW_THR_SIGNALED=1, // The calling thread was signaled by // another thread RW_THR_ACQUIRED=1, // The calling thread acquired the // resource RW_THR_COMPLETED=1,// The operation completed RW_THR_ABORTED=2 // The operation was aborted };


Previous fileTop of DocumentContentsIndexNext file

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