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

RWWaitStatus

Module:  Threads   Package:  All packages


Global Enumerator

Local Index

Members

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