ultrix man page for pfm_signal

Query: pfm_signal

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pfm_signal(3ncs)														  pfm_signal(3ncs)

Name
       pfm_signal - signal the calling process

Syntax
       #include <idl/c/base.h>
       #include <idl/c/pfm.h>

       void pfm_$signal(fault_signal)
       status_$t *fault_signal;

Arguments
       fault_signal	   A fault code.

Description
       The routine signals the fault specified by fault_signal to the calling process.	It is usually called to leave clean-up handlers.

Diagnostics
       This section lists status codes for errors returned by this routine.

       pfm_$bad_rls_order  Attempted to release a clean-up handler out of order.

       pfm_$cleanup_not_found
			   There is no pending clean-up handler.

       pfm_$cleanup_set    A clean-up handler was established successfully.

       pfm_$cleanup_set_signalled
			   Attempted to use pfm_$cleanup_set as a signal.

       pfm_$invalid_cleanup_rec
			   Passed an invalid clean-up record to a routine.

       pfm_$no_space	   Cannot allocate storage for a clean-up handler.  This routine does not return when successful.

Files
See Also
       intro(3ncs)

																  pfm_signal(3ncs)
Related Man Pages
rpc_set_binding(3ncs) - ultrix
rpc_listen(3ncs) - ultrix
socket_family_from_name(3ncs) - ultrix
socket_to_name(3ncs) - ultrix
socket_to_numeric_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB