
Global Enumerator
#include <rw/thread/RWThreadAttribute.h>
Determines whether a thread is in an interrupted state or is ready to run after the start() operation is complete.
enum RWStartPolicy {
RW_THR_START_RUNNING, // A newly-created thread is allowed
// to run as soon as the start() operation
// is complete.
RW_THR_START_INTERRUPTED // A newly-created thread is to be
// left in an interrupted state upon returning
// from start().
};
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.