VMS Help
POSIX Threads, PTHREAD routines, pthread_exc_set_status_np
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
(Macro) Imports a system-defined error status into a Threads
Library address exception object.
#include <pthread_exception.h>
void
pthread_exc_set_status_np (
EXCEPTION *exception,
unsigned long code);
exception
Threads Library address exception object into which the specified
status code is imported.
code
System-specific status code to be imported.
This routine associates a system-specific status value with the
specified address exception object. This transforms the address
exception object into a status exception object.
The exception argument must already have been initialized with
the exception package's EXCEPTION_INIT macro.
Use this routine to associate any system-specific status value
with the specified address exception object. Note that any
exception objects set to the same status value are considered
equivalent by the Threads Library.
None
pthread_exc_get_status_np()
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.