Global Enumerator
All packages
#include <rw/thr/defs.h>
Defines the status return values for calls that accept a time-out value.
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 };
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.