OSF DCE Application Development Guide--Core Components

Using the DCE Threads Exception-Returning Interface
TABLE 9-1. DCE Threads Exceptions
_____________________________________________________________________
Exception Definition
_____________________________________________________________________
_____________________________________________________________________
pthread_badparam_e An improper parameter was used.
_____________________________________________________________________
pthread_cancel_e A thread cancellation is in progress.
_____________________________________________________________________
No space is currently available to process an
interrupt request.
pthread_defer_q_full_e
_____________________________________________________________________
pthread_existence_e The object referenced does not exist.
_____________________________________________________________________
pthread_in_use_e The object referenced is already in use.
_____________________________________________________________________
No space is currently available to create a new stack.pthread_nostackmem_e
_____________________________________________________________________
The current stack was not created by DCE Threads.pthread_notstack_e
_____________________________________________________________________
Unable to process condition signal from interrupt
level.
pthread_signal_q_full_e
_____________________________________________________________________
pthread_stackovf_e An attempted stack overflow was detected.
_____________________________________________________________________
pthread_unimp_e This is an unimplemented feature.
_____________________________________________________________________
The requested operation is improperly invoked.pthread_use_error_e
_____________________________________________________________________
An unhandled decimal overflow trap exception
occurred.
exc_decovf_e
_____________________________________________________________________
The operation failed due to an insufficient quota.exc_exquota_e
_____________________________________________________________________
An unhandled floating-point division by zero trap
exception occurred.
exc_fltdiv_e
_____________________________________________________________________
An unhandled floating-point overflow trap exception
occurred.
exc_fltovf_e
_____________________________________________________________________
An unhandled floating-point underflow trap
exception occurred.
exc_fltund_e
_____________________________________________________________________
exc_illaddr_e The data or object could not be referenced.
_____________________________________________________________________
There is insufficient virtual memory for the requested
operation.
exc_insfmem_e
_____________________________________________________________________
An unhandled integer divide by zero trap exception
occurred.
exc_intdiv_e
_____________________________________________________________________
An unhandled integer overflow trap exception
occurred.
exc_intovf_e
_____________________________________________________________________
There is insufficient privilege for the requested
operation.
exc_nopriv_e
_____________________________________________________________________
_____________________________________________________________________
An unhandled privileged instruction fault exception
occurred.
exc_privinst_e
_____________________________________________________________________
An unhandled reserved addressing fault exception
occurred.
exc_resaddr_e
_____________________________________________________________________
124245 Tandem Computers Incorporated 99