NAME
cancel_state
SYNOPSIS
#include <ace/OS.h>
struct cancel_state
{
public:
int cancelstate;
int canceltype;
};
PUBLIC MEMBERS
int cancelstate;
e.g., PTHREAD_CANCEL_ENABLE, PTHREAD_CANCEL_DISABLE,
PTHREAD_CANCELED.
int canceltype;
e.g., PTHREAD_CANCEL_DEFERRED and PTHREAD_CANCEL_ASYNCHRONOUS.
AUTHOR
Doug Schmidt schmidt@cs.wustl.edu
, Jesper S. M|ller
stophph@diku.dk
, and a cast of thousands...
The ACE_Sched_Priority type should be used for platform-
independent thread and process priorities, by convention.
int should be used for OS-specific priorities.
typedef for the _stat data structure
Giving unique ACE scoped names for some important
RTSignal-Related constants. Becuase sometimes, different
platforms use different names for these constants.
LIBRARY
ace